PHP Класс Horde_View_Helper_Block, horde

Автор: Chuck Hagenbuch ([email protected])
Наследование: extends Horde_View_Helper_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_blockCache array Blocks that have already been fetched.

Открытые методы

Метод Описание
blockContent ( ) : string Returns the content of the specified block.
blockTitle ( ) : string Returns the title of the specified block.

Защищенные методы

Метод Описание
_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.

Описание методов

_args() защищенный Метод

Parses any argument style for the Block-fetching functions.
protected _args ( array $args )
$args array

_block() защищенный Метод

Instantiates and caches Block objects.
protected _block ( string $block, array $params ) : Horde_Core_Block
$block string The name of the block to fetch.
$params array Any arguments to the Block constructor.
Результат Horde_Core_Block The requested Block object.

blockContent() публичный Метод

Returns the content of the specified block.
public blockContent ( ) : string
Результат string The requested Block's content.

blockTitle() публичный Метод

Returns the title of the specified block.
public blockTitle ( ) : string
Результат string The requested Block's title.

Описание свойств

$_blockCache защищенное свойство

Blocks that have already been fetched.
protected array $_blockCache
Результат array