PHP Class Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\Flow175\OuterPrototype

(c) Contributors of the Neos Project - www.neos.io This package is Open Source Software. For the full copyright and license information, please view the LICENSE file which was distributed with this source code.
Show file Open project: neos/flow-development-collection Class Usage Examples

Public Methods

Method Description
__construct ( Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\Flow175\GreeterInterface $inner )
getInner ( ) : Greeter

Method Details

__construct() public method

public __construct ( Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\Flow175\GreeterInterface $inner )
$inner Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\Flow175\GreeterInterface

getInner() public method

public getInner ( ) : Greeter
return Greeter