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

Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$emailAddress string
$name string

Méthodes publiques

Méthode Description
getEmailAddress ( ) : string
getName ( ) : string
setEmailAddress ( string $emailAddress )
setName ( string $name )

Method Details

getEmailAddress() public méthode

public getEmailAddress ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

setEmailAddress() public méthode

public setEmailAddress ( string $emailAddress )
$emailAddress string

setName() public méthode

public setName ( string $name )
$name string

Property Details

$emailAddress protected_oe property

protected string $emailAddress
Résultat string

$name protected_oe property

protected string $name
Résultat string