Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\Flow175\OuterPrototype::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\Flow175\GreeterInterface $inner )
$inner Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\Flow175\GreeterInterface
    public function __construct(GreeterInterface $inner)
    {
        $this->inner = $inner;
    }