PHP Класс ZF\Apigility\Admin\Controller\AbstractConfigController

Наследование: extends Zend\Mvc\Controller\AbstractActionController
Показать файл Открыть проект

Открытые методы

Метод Описание
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