PHP Class Neos\Eel\Tests\Unit\Fixtures\TestObject

Inheritance: implements Neos\Eel\ProtectedContextAwareInterface
Datei anzeigen Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$booleanProperty boolean
$dynamicMethodName string
$property string

Public Methods

Method Description
allowsCallOfMethod ( string $methodName ) : boolean
callMe ( string $name ) : string
getProperty ( ) : string
isBooleanProperty ( ) : boolean
setBooleanProperty ( boolean $booleanProperty )
setDynamicMethodName ( string $dynamicMethodName )
setProperty ( $property )

Method Details

allowsCallOfMethod() public method

public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
return boolean

callMe() public method

public callMe ( string $name ) : string
$name string
return string

getProperty() public method

public getProperty ( ) : string
return string

isBooleanProperty() public method

public isBooleanProperty ( ) : boolean
return boolean

setBooleanProperty() public method

public setBooleanProperty ( boolean $booleanProperty )
$booleanProperty boolean

setDynamicMethodName() public method

public setDynamicMethodName ( string $dynamicMethodName )
$dynamicMethodName string

setProperty() public method

public setProperty ( $property )
$property

Property Details

$booleanProperty protected_oe property

protected bool $booleanProperty
return boolean

$dynamicMethodName protected_oe property

protected string $dynamicMethodName
return string

$property protected_oe property

protected string $property
return string