PHP Class Neos\Flow\Tests\Functional\Persistence\Fixtures\AnnotatedIdentitiesEntity

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

Protected Properties

Свойство Type Description
$author string
$title string

Méthodes publiques

Méthode Description
getAuthor ( ) : string
getTitle ( ) : string
setAuthor ( string $author )
setTitle ( string $title )

Method Details

getAuthor() public méthode

public getAuthor ( ) : string
Résultat string

getTitle() public méthode

public getTitle ( ) : string
Résultat string

setAuthor() public méthode

public setAuthor ( string $author )
$author string

setTitle() public méthode

public setTitle ( string $title )
$title string

Property Details

$author protected_oe property

protected string $author
Résultat string

$title protected_oe property

protected string $title
Résultat string