getCurrentBlock()

getCurrentBlock() – 現在のブロック名を返す

Synopsis

require_once 'HTML/Template/Sigma.php';

string HTML_Template_Sigma::getCurrentBlock ( void )

Description

現在のブロック名 (HTML_Template_Sigma::setCurrentBlock() で設定したもの) を返します。

Return value

ブロック名を返します。

Throws

例外はスローされません。

Note

This function can not be called statically.