PHP Class Networking\InitCmsBundle\Model\Text

Author: Yorkie Chadwick ([email protected])
Inheritance: implements Networking\InitCmsBundle\Model\ContentInterface, implements Networking\InitCmsBundle\Model\TextInterface
Afficher le fichier Open project: networking/init-cms-bundle

Protected Properties

Свойство Type Description
$createdAt DateTime
$id integer
$text string
$updatedAt DateTime

Méthodes publiques

Méthode Description
__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

Method Details

__clone() public méthode

clone action, set id null
public __clone ( )

getAdminContent() public méthode

public getAdminContent ( ) : array
Résultat array

getContentTypeName() public méthode

public getContentTypeName ( ) : string
Résultat string

getCreatedAt() public méthode

Get createdAt
public getCreatedAt ( ) : DateTime
Résultat DateTime

getId() public méthode

Get id
public getId ( ) : integer
Résultat integer

getSearchableContent() public méthode

public getSearchableContent ( ) : string
Résultat string

getTemplateOptions() public méthode

public getTemplateOptions ( array $params = [] ) : array
$params array
Résultat array

getText() public méthode

Get content
public getText ( ) : string
Résultat string

getUpdatedAt() public méthode

Get updatedAt
public getUpdatedAt ( ) : DateTime
Résultat DateTime

setCreatedAt() public méthode

Set createdAt
public setCreatedAt ( )

setText() public méthode

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

setUpdatedAt() public méthode

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

Property Details

$createdAt protected_oe property

protected DateTime $createdAt
Résultat DateTime

$id protected_oe property

protected int $id
Résultat integer

$text protected_oe property

protected string $text
Résultat string

$updatedAt protected_oe property

protected DateTime $updatedAt
Résultat DateTime