PHP 클래스 ZF\Apigility\Admin\Controller\AbstractConfigController

상속: extends Zend\Mvc\Controller\AbstractActionController
파일 보기 프로젝트 열기: zfcampus/zf-apigility-admin

공개 메소드들

메소드 설명
getConfig ( )
processAction ( )
setRequest ( Zend\Http\Request $request ) Set the request object manually

보호된 메소드들

메소드 설명
getBodyParams ( boolean $useTrees ) : array Get the body params
getHeaderType ( Zend\Http\Headers $headers, string $header ) : string Get the mediatype from a given header

메소드 상세

getBodyParams() 보호된 메소드

The body params plugin only knows about application/json, not our custom vendor type; if using our custom vendor type, parse the content.
protected getBodyParams ( boolean $useTrees ) : array
$useTrees boolean
리턴 array

getConfig() 추상적인 공개 메소드

abstract public getConfig ( )

getHeaderType() 보호된 메소드

Get the mediatype from a given header
protected getHeaderType ( Zend\Http\Headers $headers, string $header ) : string
$headers Zend\Http\Headers
$header string
리턴 string

processAction() 공개 메소드

public processAction ( )

setRequest() 공개 메소드

Provided for testing.
public setRequest ( Zend\Http\Request $request )
$request Zend\Http\Request