PHP Класс Horde_View_Helper_Capture_ContentFor, horde

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

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

Метод Описание
__construct ( string $name, Horde_View_Base $view ) Starts capturing content that will be stored as $view->contentForName.
end ( ) Stops capturing content and stores it in the view.

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

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

Starts capturing content that will be stored as $view->contentForName.
public __construct ( string $name, Horde_View_Base $view )
$name string Name of the content that becomes the instance variable name. "foo" -> "$this->contentForFoo"
$view Horde_View_Base A view object.

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

Stops capturing content and stores it in the view.
public end ( )