PHP Class Neos\ContentRepository\Tests\Functional\Domain\Fixtures\RelatedEntity

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

Protected Properties

Property Type Description
$favoritePlace string

Public Methods

Method Description
getFavoritePlace ( ) : string
setFavoritePlace ( string $favoritePlace ) : void

Method Details

getFavoritePlace() public method

public getFavoritePlace ( ) : string
return string

setFavoritePlace() public method

public setFavoritePlace ( string $favoritePlace ) : void
$favoritePlace string
return void

Property Details

$favoritePlace protected_oe property

protected string $favoritePlace
return string