Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Added Talk wrapper function to Component class.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Oct 17, 2010
1 parent afb9f15 commit a2fc0b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions system/component.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,8 @@ private function _LoadController ( $pController = null ) {
return ( true );
}

public function Talk ( $pComponent, $pRequest, $pData = null ) {
return ( $this->GetSys ( "Components" )->Talk ( $pComponent, $pRequest, $pData ) );
}

}

0 comments on commit a2fc0b7

Please sign in to comment.