Property | Type | Description | |
---|---|---|---|
$action | string | The specified action | |
$controller | string | The specified controller | |
$creationDate | integer | ||
$id | integer | ID of the document-type | |
$modificationDate | integer | ||
$module | string | ||
$name | string | Name of the document-type | |
$priority | integer | ||
$template | string | The specified template | |
$type | string | Type, must be one of the following: page,snippet,email |
Method | Description | |
---|---|---|
create ( ) : |
Shortcut to quickly create a new instance | |
getAction ( ) : string | ||
getById ( integer $id ) : |
Static helper to retrieve an instance of Document\DocType by the given ID | |
getController ( ) : string | ||
getCreationDate ( ) : integer | ||
getId ( ) : integer | ||
getModificationDate ( ) : integer | ||
getModule ( ) : string | ||
getName ( ) : string | ||
getPriority ( ) : integer | ||
getTemplate ( ) : string | ||
getType ( ) : string | ||
setAction ( string $action ) | ||
setController ( string $controller ) | ||
setCreationDate ( $creationDate ) | ||
setId ( integer $id ) : void | ||
setModificationDate ( $modificationDate ) | ||
setModule ( $module ) | ||
setName ( string $name ) : void | ||
setPriority ( integer $priority ) : void | ||
setTemplate ( string $template ) : void | ||
setType ( string $type ) : void |
public static create ( ) : |
||
return |
public setModificationDate ( $modificationDate ) | ||
$modificationDate |
public setPriority ( integer $priority ) : void | ||
$priority | integer | |
return | void |
public setTemplate ( string $template ) : void | ||
$template | string | |
return | void |
public string $type | ||
return | string |