Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Neos
Flow
Tests
Functional
Persistence
Fixtures
AnnotatedIdentitiesEntity
PHP Class Neos\Flow\Tests\Functional\Persistence\Fixtures\AnnotatedIdentitiesEntity
Show file
Open project: neos/flow-development-collection
Class Usage Examples
Protected Properties
Property
Type
Description
$author
string
$title
string
Public Methods
Method
Description
getAuthor
( ) :
string
getTitle
( ) :
string
setAuthor
(
string
$author
)
setTitle
(
string
$title
)
Method Details
getAuthor()
public
method
public
getAuthor
( ) :
string
return
string
getTitle()
public
method
public
getTitle
( ) :
string
return
string
setAuthor()
public
method
public
setAuthor
(
string
$author
)
$author
string
setTitle()
public
method
public
setTitle
(
string
$title
)
$title
string
Property Details
$author
protected property
protected
string
$author
return
string
$title
protected property
protected
string
$title
return
string