Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Neos
Flow
Tests
Functional
Persistence
Fixtures
AnnotatedIdentitiesEntity
PHP 클래스 Neos\Flow\Tests\Functional\Persistence\Fixtures\AnnotatedIdentitiesEntity
파일 보기
프로젝트 열기: neos/flow-development-collection
1 사용 예제들
보호된 프로퍼티들
프로퍼티
타입
설명
$author
string
$title
string
공개 메소드들
메소드
설명
getAuthor
( ) :
string
getTitle
( ) :
string
setAuthor
(
string
$author
)
setTitle
(
string
$title
)
메소드 상세
getAuthor()
공개
메소드
public
getAuthor
( ) :
string
리턴
string
getTitle()
공개
메소드
public
getTitle
( ) :
string
리턴
string
setAuthor()
공개
메소드
public
setAuthor
(
string
$author
)
$author
string
setTitle()
공개
메소드
public
setTitle
(
string
$title
)
$title
string
프로퍼티 상세
$author
보호되어 있는 프로퍼티
protected
string
$author
리턴
string
$title
보호되어 있는 프로퍼티
protected
string
$title
리턴
string