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

Mostra file Open project: neos/flow-development-collection

Public Properties

Property Type Description
$introducedProtectedPropertyWithDefaultValue string
$introducedPublicProperty array

Protected Properties

Property Type Description
$introducedProtectedProperty string

Public Methods

Method Description
anAdviceForAProtectedTargetMethod ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
anAfterReturningAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
changeNameArgumentAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
globalNameAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
introducedMethod01Implementation ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
introducedMethodWithArgumentsImplementation ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
lousyConstructorAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
manyNamesAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
methodOfFinalClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
methodWithStaticTypeDeclarationsAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
propertyOnMethodArgumentAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
rocketScienceAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
somethingSmartAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
specialNameAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
thisOnMethodArgumentAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
throwWorldAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
tryToWrapStaticMethodAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
worldAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string

Method Details

anAdviceForAProtectedTargetMethod() public method

public anAdviceForAProtectedTargetMethod ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

anAfterReturningAdvice() public method

public anAfterReturningAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

changeNameArgumentAdvice() public method

public changeNameArgumentAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

globalNameAdvice() public method

public globalNameAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

introducedMethod01Implementation() public method

public introducedMethod01Implementation ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

introducedMethodWithArgumentsImplementation() public method

public introducedMethodWithArgumentsImplementation ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

lousyConstructorAdvice() public method

public lousyConstructorAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface
return void

manyNamesAdvice() public method

public manyNamesAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

methodOfFinalClassAdvice() public method

public methodOfFinalClassAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

methodWithStaticTypeDeclarationsAdvice() public method

public methodWithStaticTypeDeclarationsAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

propertyOnMethodArgumentAdvice() public method

public propertyOnMethodArgumentAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

rocketScienceAdvice() public method

public rocketScienceAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

somethingSmartAdvice() public method

public somethingSmartAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

specialNameAdvice() public method

public specialNameAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

thisOnMethodArgumentAdvice() public method

public thisOnMethodArgumentAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

throwWorldAdvice() public method

public throwWorldAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

tryToWrapStaticMethodAdvice() public method

public tryToWrapStaticMethodAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

worldAdvice() public method

public worldAdvice ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
return string

Property Details

$introducedProtectedProperty protected_oe property

protected string $introducedProtectedProperty
return string

$introducedProtectedPropertyWithDefaultValue public_oe property

public string $introducedProtectedPropertyWithDefaultValue
return string

$introducedPublicProperty public_oe property

public array $introducedPublicProperty
return array