Property | Type | Description | |
---|---|---|---|
$_blockCache | array | Blocks that have already been fetched. |
Method | Description | |
---|---|---|
blockContent ( ) : string | Returns the content of the specified block. | |
blockTitle ( ) : string | Returns the title of the specified block. |
Method | Description | |
---|---|---|
_args ( array $args ) | Parses any argument style for the Block-fetching functions. | |
_block ( string $block, array $params ) : Horde_Core_Block | Instantiates and caches Block objects. |
public blockContent ( ) : string | ||
return | string | The requested Block's content. |
public blockTitle ( ) : string | ||
return | string | The requested Block's title. |
protected array $_blockCache | ||
return | array |