PHP Class Pimcore\Model\Schedule\Task

Inheritance: extends Pimcore\Model\AbstractModel
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$action string
$active version
$cid integer
$ctype string
$date integer
$id integer
$version version

Méthodes publiques

Méthode 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 méthode

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

create() public static méthode

public static create ( array $data ) : Schedule\Task
$data array
Résultat Schedule\Task

getAction() public méthode

public getAction ( ) : string
Résultat string

getActive() public méthode

public getActive ( ) : boolean
Résultat boolean

getById() public static méthode

public static getById ( integer $id ) : Schedule\Task
$id integer
Résultat Schedule\Task

getCid() public méthode

public getCid ( ) : integer
Résultat integer

getCtype() public méthode

public getCtype ( ) : string
Résultat string

getDate() public méthode

public getDate ( ) : integer
Résultat integer

getId() public méthode

public getId ( ) : integer
Résultat integer

getVersion() public méthode

public getVersion ( ) : integer
Résultat integer

setAction() public méthode

public setAction ( $action )
$action

setActive() public méthode

public setActive ( $active )
$active

setCid() public méthode

public setCid ( $cid )
$cid

setCtype() public méthode

public setCtype ( $ctype )
$ctype

setDate() public méthode

public setDate ( $date )
$date

setId() public méthode

public setId ( $id )
$id

setVersion() public méthode

public setVersion ( $version )
$version

Property Details

$action public_oe property

public string $action
Résultat string

$active public_oe property

public version $active
Résultat version

$cid public_oe property

public int $cid
Résultat integer

$ctype public_oe property

public string $ctype
Résultat string

$date public_oe property

public int $date
Résultat integer

$id public_oe property

public int $id
Résultat integer

$version public_oe property

public version $version
Résultat version