Nelmio\Alice\Definition\Object\CompleteObject::__construct PHP Method

__construct() public method

public __construct ( Nelmio\Alice\ObjectInterface $object )
$object Nelmio\Alice\ObjectInterface
    public function __construct(ObjectInterface $object)
    {
        $this->object = $object;
    }