PHP 클래스 Horde_View_Helper_Block, horde

저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_View_Helper_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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