Ergo\Decorator::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Object $object )
$object Object
    public function __construct($object)
    {
        $this->__setObject($object);
    }