PHP 클래스 ApiView, Platform-API-plugin

상속: extends Slim\View
파일 보기 프로젝트 열기: nodesagency/Platform-API-plugin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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