PHP 클래스 Pimcore\Model\Schedule\Task

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$action string
$active version
$cid integer
$ctype string
$date integer
$id integer
$version version

공개 메소드들

메소드 설명
__construct ( array $data = [] )
create ( array $data ) : Schedule\Task
getAction ( ) : string
getActive ( ) : boolean
getById ( integer $id ) : Schedule\Task
getCid ( ) : integer
getCtype ( ) : string
getDate ( ) : integer
getId ( ) : integer
getVersion ( ) : integer
setAction ( $action )
setActive ( $active )
setCid ( $cid )
setCtype ( $ctype )
setDate ( $date )
setId ( $id )
setVersion ( $version )

메소드 상세

__construct() 공개 메소드

public __construct ( array $data = [] )
$data array

create() 공개 정적인 메소드

public static create ( array $data ) : Schedule\Task
$data array
리턴 Schedule\Task

getAction() 공개 메소드

public getAction ( ) : string
리턴 string

getActive() 공개 메소드

public getActive ( ) : boolean
리턴 boolean

getById() 공개 정적인 메소드

public static getById ( integer $id ) : Schedule\Task
$id integer
리턴 Schedule\Task

getCid() 공개 메소드

public getCid ( ) : integer
리턴 integer

getCtype() 공개 메소드

public getCtype ( ) : string
리턴 string

getDate() 공개 메소드

public getDate ( ) : integer
리턴 integer

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getVersion() 공개 메소드

public getVersion ( ) : integer
리턴 integer

setAction() 공개 메소드

public setAction ( $action )
$action

setActive() 공개 메소드

public setActive ( $active )
$active

setCid() 공개 메소드

public setCid ( $cid )
$cid

setCtype() 공개 메소드

public setCtype ( $ctype )
$ctype

setDate() 공개 메소드

public setDate ( $date )
$date

setId() 공개 메소드

public setId ( $id )
$id

setVersion() 공개 메소드

public setVersion ( $version )
$version

프로퍼티 상세

$action 공개적으로 프로퍼티

public string $action
리턴 string

$active 공개적으로 프로퍼티

public version $active
리턴 version

$cid 공개적으로 프로퍼티

public int $cid
리턴 integer

$ctype 공개적으로 프로퍼티

public string $ctype
리턴 string

$date 공개적으로 프로퍼티

public int $date
리턴 integer

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$version 공개적으로 프로퍼티

public version $version
리턴 version