PHP Class Neos\Flow\Tests\Functional\Aop\Fixtures\TargetClass02

Mostrar archivo Open project: neos/flow-development-collection Class Usage Examples

Public Properties

Property Type Description
$afterReturningAdviceWasInvoked

Public Methods

Method Description
publicTargetMethod ( mixed $foo ) : mixed

Protected Methods

Method Description
protectedTargetMethod ( mixed $foo ) : mixed

Method Details

protectedTargetMethod() protected method

protected protectedTargetMethod ( mixed $foo ) : mixed
$foo mixed
return mixed

publicTargetMethod() public method

public publicTargetMethod ( mixed $foo ) : mixed
$foo mixed
return mixed

Property Details

$afterReturningAdviceWasInvoked public_oe property

public $afterReturningAdviceWasInvoked