PHP Class 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.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Application_Handler
Mostrar archivo Open project: horde/horde

Public Methods

Method Description
chunkContent ( ) : object Loads a chunk of PHP code (usually an HTML template) from the application's templates directory.

Method Details

chunkContent() public method

Loads a chunk of PHP code (usually an HTML template) from the application's templates directory.
public chunkContent ( ) : object
return object Object with the following properties: - chunk: (string) A chunk of PHP output.