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

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

Protected Properties

Property Type Description
$emailAddress string
$location Location

Public Methods

Method Description
__construct ( )
getEmailAddress ( ) : string
getLocation ( ) : Location
setEmailAddress ( string $email )
setLocation ( Location $location )

Method Details

__construct() public method

public __construct ( )

getEmailAddress() public method

public getEmailAddress ( ) : string
return string

getLocation() public method

public getLocation ( ) : Location
return Location

setEmailAddress() public method

public setEmailAddress ( string $email )
$email string

setLocation() public method

public setLocation ( Location $location )
$location Location

Property Details

$emailAddress protected_oe property

protected string $emailAddress
return string

$location protected_oe property

protected Location,Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model $location
return Location