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

ファイルを表示 Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$city string

Public Methods

Method Description
__construct ( string $city = '' )
getCity ( ) : string

Method Details

__construct() public method

public __construct ( string $city = '' )
$city string

getCity() public method

public getCity ( ) : string
return string

Property Details

$city protected_oe property

protected string $city
return string