|
eZ Publish
[trunk]
|
The class eZTipafriendRequest does. More...
Inheritance diagram for eZTipafriendRequest:
Collaboration diagram for eZTipafriendRequest:Public Member Functions | |
| eZTipafriendRequest ($row) | |
Static Public Member Functions | |
| static | checkReceiver ($receiver) |
| static | cleanup () |
| static | create ($receiver) |
| static | definition () |
| Returns the definition for the object, the default implementation is to return an empty array. | |
The class eZTipafriendRequest does.
Definition at line 16 of file eztipafriendrequest.php.
| static eZTipafriendRequest::checkReceiver | ( | $ | receiver | ) | [static] |
Definition at line 49 of file eztipafriendrequest.php.
| static eZTipafriendRequest::cleanup | ( | ) | [static] |
Definition at line 79 of file eztipafriendrequest.php.
Referenced by checkReceiver().
| static eZTipafriendRequest::create | ( | $ | receiver | ) | [static] |
Definition at line 42 of file eztipafriendrequest.php.
| static eZTipafriendRequest::definition | ( | ) | [static] |
Returns the definition for the object, the default implementation is to return an empty array.
It's upto each inheriting class to return a proper definition array.
The definition array is an associative array consists of these keys:
Example: public static function definition() { return array( "fields" => array( "id" => "ID", "version" => "Version", "name" => "Name" ), "keys" => array( "id", "version" ), "function_attributes" => array( "current" => "currentVersion", "class_name" => "className" ), "increment_key" => "id", "class_name" => "eZContentClass", "sort" => array( "id" => "asc" ), "name" => "ezcontentclass" ); }
Reimplemented from eZPersistentObject.
Definition at line 26 of file eztipafriendrequest.php.