PHP Class CampTemplateCache

Exibir arquivo Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
availableHandlers ( $p_path = null ) : array Returns an array of available handlers containing handler name -> info pairs.
factory ( $p_handlerName = null, $p_path = null ) : object Loads the handler specified by the given name.

Method Details

availableHandlers() public static method

Returns an array of available handlers containing handler name -> info pairs.
public static availableHandlers ( $p_path = null ) : array
$p_path
return array

factory() public static method

Loads the handler specified by the given name.
public static factory ( $p_handlerName = null, $p_path = null ) : object
$p_handlerName
return object