PHP Class Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model\User

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

Protected Properties

Свойство Type Description
$emailAddress string
$location Location

Méthodes publiques

Méthode Description
__construct ( )
getEmailAddress ( ) : string
getLocation ( ) : Location
setEmailAddress ( string $email )
setLocation ( Location $location )

Method Details

__construct() public méthode

public __construct ( )

getEmailAddress() public méthode

public getEmailAddress ( ) : string
Résultat string

getLocation() public méthode

public getLocation ( ) : Location
Résultat Location

setEmailAddress() public méthode

public setEmailAddress ( string $email )
$email string

setLocation() public méthode

public setLocation ( Location $location )
$location Location

Property Details

$emailAddress protected_oe property

protected string $emailAddress
Résultat string

$location protected_oe property

protected Location,Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model $location
Résultat Location