PHP Class Pimcore\Model\Schedule\Task

Inheritance: extends Pimcore\Model\AbstractModel
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$action string
$active version
$cid integer
$ctype string
$date integer
$id integer
$version version

Public Methods

Method Description
__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 )

Method Details

__construct() public method

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

create() public static method

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

getAction() public method

public getAction ( ) : string
return string

getActive() public method

public getActive ( ) : boolean
return boolean

getById() public static method

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

getCid() public method

public getCid ( ) : integer
return integer

getCtype() public method

public getCtype ( ) : string
return string

getDate() public method

public getDate ( ) : integer
return integer

getId() public method

public getId ( ) : integer
return integer

getVersion() public method

public getVersion ( ) : integer
return integer

setAction() public method

public setAction ( $action )
$action

setActive() public method

public setActive ( $active )
$active

setCid() public method

public setCid ( $cid )
$cid

setCtype() public method

public setCtype ( $ctype )
$ctype

setDate() public method

public setDate ( $date )
$date

setId() public method

public setId ( $id )
$id

setVersion() public method

public setVersion ( $version )
$version

Property Details

$action public property

public string $action
return string

$active public property

public version $active
return version

$cid public property

public int $cid
return integer

$ctype public property

public string $ctype
return string

$date public property

public int $date
return integer

$id public property

public int $id
return integer

$version public property

public version $version
return version