메소드 |
설명 |
|
BlockArea ( string $area, integer $limit = null ) |
Called from templates to get rendered blocks for the given area. |
|
HasBlockArea ( $area ) |
|
|
areasPreviewButton ( ) : string |
Get's html for a block area preview button. |
|
areasPreviewLink ( ) : string |
Get's the link for a block area preview button. |
|
getAppliedSets ( ) : ArrayList |
Get Any BlockSets that apply to this page. |
|
getBlockList ( string | null $area = null, boolean $includeDisabled = false ) : ArrayList |
Get a merged list of all blocks on this page and ones inherited from BlockSets. |
|
getBlocksFromAppliedBlockSets ( $area = null, $includeDisabled = false ) : ArrayList |
Get all Blocks from BlockSets that apply to this page. |
|
showBlocksFields ( ) : boolean |
Check if the Blocks CMSFields should be displayed for this Page |
|
updateCMSFields ( FieldList $fields ) |
Block manager for Pages. |
|