YANA 4 PHP Framework
Docs For Class Object
Object
This is a base class for all entities used in the framework. It provides same basic functionality that is common for all subclasses.
Located in /includes/class_object.php
Class | Description |
---|---|
Counter | counter wrapper |
DbCreator | «decorator» database Creator |
DbQuery | Database query builder |
DbServer | Connection to a database server |
DbStream | database API |
FormMailer | create and send mails from form data |
Image | Image wrapper class |
Brush | Brush wrapper class |
InputStream | «abstract» InputStream |
Singleton | «abstract» Singleton |
SmartTemplate | «decorator» SmartTemplate |
String | «datatype» String |
RSS | «entity» RSS feed |
RSSitem | «entity» RSS item |
Creates a copy of this object. You are encouraged to reimplement this for each subclass.
Name | Type | Description |
---|---|---|
$anotherObject | object |
Returns bool(true) if this object and $anotherObject are the same and bool(false) otherwise.
You are encouraged to overwrite this function in subclasses to reflect your implementation.
This function returns the name of the class of this object as a string.
This calls the PHP function serialize on the object and returns the result. Use unserialize() to revert the string back into an object.
This function is intended to be called when the object is used in a string context.
You are encouraged to implement this for each derived subclass, to reflect your implementation and purpose of your class.
Documentation generated on Sun, 11 Mar 2007 15:02:38 +0100 by phpDocumentor 1.3.1