PHP Класс Horde_Core_Ajax_Application_Handler_Chunk, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Ajax_Application_Handler
Показать файл Открыть проект

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

Метод Описание
chunkContent ( ) : object Loads a chunk of PHP code (usually an HTML template) from the application's templates directory.

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

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

Loads a chunk of PHP code (usually an HTML template) from the application's templates directory.
public chunkContent ( ) : object
Результат object Object with the following properties: - chunk: (string) A chunk of PHP output.