Translation2_Admin::getPageNames | Class Summary Translation2_Decorator |
Translation2 | |
PEAR Manual | |
require_once 'Translation2/Admin.php'; |
object Decorator& Translation2_Admin::getAdminDecorator (
string $decorator
, object [optional] 1
)
This method is used to get a decorator instance. A decorator can be seen as a filter, i.e. something that can change or handle the values of the objects/vars that pass through.
Name of the decorator
Object to decorate (the default object being $this)
returns object Reference of a Translation2_Admin_Decorator subclass
This function can not be called statically.
Translation2_Admin::getPageNames | Class Summary Translation2_Decorator |
Translation2 | |
PEAR Manual | |