PHP Класс ApiView, Platform-API-plugin

Наследование: extends Slim\View
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$apiFormat string apiFormat

Защищенные методы

Метод Описание
_getViewFileName ( mixed $name = null ) : void _getViewFileName
_paths ( string $plugin = null, boolean $cached = true ) : array Return all possible paths to find view files in order

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

_getViewFileName() защищенный Метод

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
Результат void

_paths() защищенный Метод

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.
Результат array paths

Описание свойств

$apiFormat защищенное свойство

apiFormat
protected string $apiFormat
Результат string