PHP 클래스 Newscoop\NewscoopBundle\Entity\SystemPreferences

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$created_at datetime
$id integer
$option string
$value string

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

public __construct ( )

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getOption() 공개 메소드

Gets the value of option.
public getOption ( ) : string
리턴 string

getValue() 공개 메소드

Get value
public getValue ( ) : string
리턴 string

setCreatedAt() 공개 메소드

Set create date
public setCreatedAt ( DateTime $created_at ) : datetime
$created_at DateTime
리턴 datetime

setOption() 공개 메소드

Set option
public setOption ( string $option ) : string
$option string
리턴 string

setValue() 공개 메소드

Set value
public setValue ( string $value ) : string
$value string
리턴 string

프로퍼티 상세

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

protected datetime $created_at
리턴 datetime

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

protected int $id
리턴 integer

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

protected string $option
리턴 string

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

protected string $value
리턴 string