Class Pinoco_Delegate
Delegate class base
Package: Pinoco
Copyright: Copyright 2010-2012, Hisateru Tanaka <tanakahisateru@gmail.com>
License: License (http://www.opensource.org/licenses/mit-license.php)
Author: Hisateru Tanaka <tanakahisateru@gmail.com>
Located at Pinoco/Delegate.php
Copyright: Copyright 2010-2012, Hisateru Tanaka <tanakahisateru@gmail.com>
License: License (http://www.opensource.org/licenses/mit-license.php)
Author: Hisateru Tanaka <tanakahisateru@gmail.com>
Located at Pinoco/Delegate.php
public
|
#
__construct( object $delegatee = null )
Creates an object with delegation target. This method should be called in constructor in inherited class. public function __construct(..., $delegatee, ...) { parent::__construct($delegatee); } |
public
|
|
public
|
|
public
|
|
public
|
protected
mixed
|
$__delegatee__ |
|