PHP Class Newscoop\NewscoopBundle\Entity\SystemPreferences

Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Свойство Type Description
$created_at datetime
$id integer
$option string
$value string

Méthodes publiques

Méthode Description
__construct ( )
getId ( ) : integer Get id
getOption ( ) : string Gets the value of option.
getValue ( ) : string Get value
setCreatedAt ( DateTime $created_at ) : datetime Set create date
setOption ( string $option ) : string Set option
setValue ( string $value ) : string Set value

Method Details

__construct() public méthode

public __construct ( )

getId() public méthode

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

getOption() public méthode

Gets the value of option.
public getOption ( ) : string
Résultat string

getValue() public méthode

Get value
public getValue ( ) : string
Résultat string

setCreatedAt() public méthode

Set create date
public setCreatedAt ( DateTime $created_at ) : datetime
$created_at DateTime
Résultat datetime

setOption() public méthode

Set option
public setOption ( string $option ) : string
$option string
Résultat string

setValue() public méthode

Set value
public setValue ( string $value ) : string
$value string
Résultat string

Property Details

$created_at protected_oe property

protected datetime $created_at
Résultat datetime

$id protected_oe property

protected int $id
Résultat integer

$option protected_oe property

protected string $option
Résultat string

$value protected_oe property

protected string $value
Résultat string