PHP Class ApiView, Platform-API-plugin

Inheritance: extends Slim\View
Afficher le fichier Open project: nodesagency/Platform-API-plugin Class Usage Examples

Protected Properties

Свойство Type Description
$apiFormat string apiFormat

Méthodes protégées

Méthode Description
_getViewFileName ( mixed $name = null ) : void _getViewFileName
_paths ( string $plugin = null, boolean $cached = true ) : array Return all possible paths to find view files in order

Method Details

_getViewFileName() protected méthode

Search relative and absolute (to the view folder) paths for which view to use for the given api call
protected _getViewFileName ( mixed $name = null ) : void
$name mixed
Résultat void

_paths() protected méthode

Return all possible paths to find view files in order
protected _paths ( string $plugin = null, boolean $cached = true ) : array
$plugin string Optional plugin name to scan for view files.
$cached boolean Set to true to force a refresh of view paths.
Résultat array paths

Property Details

$apiFormat protected_oe property

apiFormat
protected string $apiFormat
Résultat string