PHP Class Neos\Flow\Tests\Functional\Mvc\Fixtures\Controller\TestObjectArgument

Datei anzeigen Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$emailAddress string
$name string

Public Methods

Method Description
getEmailAddress ( ) : string
getName ( ) : string
setEmailAddress ( string $emailAddress )
setName ( string $name )

Method Details

getEmailAddress() public method

public getEmailAddress ( ) : string
return string

getName() public method

public getName ( ) : string
return string

setEmailAddress() public method

public setEmailAddress ( string $emailAddress )
$emailAddress string

setName() public method

public setName ( string $name )
$name string

Property Details

$emailAddress protected_oe property

protected string $emailAddress
return string

$name protected_oe property

protected string $name
return string