PHP 클래스 Networking\InitCmsBundle\Model\Text

저자: Yorkie Chadwick ([email protected])
상속: implements Networking\InitCmsBundle\Model\ContentInterface, implements Networking\InitCmsBundle\Model\TextInterface
파일 보기 프로젝트 열기: networking/init-cms-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$createdAt DateTime
$id integer
$text string
$updatedAt DateTime

공개 메소드들

메소드 설명
__clone ( ) clone action, set id null
getAdminContent ( ) : array
getContentTypeName ( ) : string
getCreatedAt ( ) : DateTime Get createdAt
getId ( ) : integer Get id
getSearchableContent ( ) : string
getTemplateOptions ( array $params = [] ) : array
getText ( ) : string Get content
getUpdatedAt ( ) : DateTime Get updatedAt
setCreatedAt ( ) Set createdAt
setText ( string $text ) Set content
setUpdatedAt ( DateTime $updatedAt ) Set updatedAt

메소드 상세

__clone() 공개 메소드

clone action, set id null
public __clone ( )

getAdminContent() 공개 메소드

public getAdminContent ( ) : array
리턴 array

getContentTypeName() 공개 메소드

public getContentTypeName ( ) : string
리턴 string

getCreatedAt() 공개 메소드

Get createdAt
public getCreatedAt ( ) : DateTime
리턴 DateTime

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getSearchableContent() 공개 메소드

public getSearchableContent ( ) : string
리턴 string

getTemplateOptions() 공개 메소드

public getTemplateOptions ( array $params = [] ) : array
$params array
리턴 array

getText() 공개 메소드

Get content
public getText ( ) : string
리턴 string

getUpdatedAt() 공개 메소드

Get updatedAt
public getUpdatedAt ( ) : DateTime
리턴 DateTime

setCreatedAt() 공개 메소드

Set createdAt
public setCreatedAt ( )

setText() 공개 메소드

Set content
public setText ( string $text )
$text string

setUpdatedAt() 공개 메소드

Set updatedAt
public setUpdatedAt ( DateTime $updatedAt )
$updatedAt DateTime

프로퍼티 상세

$createdAt 보호되어 있는 프로퍼티

protected DateTime $createdAt
리턴 DateTime

$id 보호되어 있는 프로퍼티

protected int $id
리턴 integer

$text 보호되어 있는 프로퍼티

protected string $text
리턴 string

$updatedAt 보호되어 있는 프로퍼티

protected DateTime $updatedAt
리턴 DateTime