Property | Type | Description | |
---|---|---|---|
$name | string | Table name |
Method | Description | |
---|---|---|
delete ( ) : boolean | Delete layout | |
fromArray ( array $array ) : |
Initiliaze from array | |
fromId ( integer $layoutId ) : |
Initiliaze from id | |
fromIdentifier ( string $identifier ) : |
Initiliaze from identifier | |
getContent ( ) : string | Return file contents | |
getFilePath ( ) : string | Return file path | |
init ( integer $id = null ) : |
Initiliaze layout | |
save ( ) : integer | Save layout |
public static fromIdentifier ( string $identifier ) : |
||
$identifier | string | Identifier |
return |