프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$controllerManager | |||
$documentationModel | |||
$inputFilterModel | |||
$model | |||
$moduleName | string | ||
$rpcFactory |
메소드 | 설명 | |
---|---|---|
__construct ( |
||
create ( array | object $data ) : |
Create a new RPC service | |
delete ( string $id ) : true | Delete an RPC service | |
fetch ( string $id ) : |
Fetch RPC metadata | |
fetchAll ( array $params = [] ) : |
Fetch metadata for all RPC services | |
getModel ( ) : |
||
getModuleName ( ) : string | ||
patch ( string $id, object | array $data ) : ZF\ApiProblem\ApiProblem | |
Update an existing RPC service |
메소드 | 설명 | |
---|---|---|
injectControllerClass ( |
Inject the class name of the controller, if it can be resolved. | |
injectDocumentation ( |
||
injectInputFilters ( |
Inject the input filters collection, if any, as an embedded collection |
public __construct ( |
||
$rpcFactory | ||
$inputFilterModel | ||
$controllerManager | ||
$documentationModel |
protected injectControllerClass ( |
||
$service |
protected injectDocumentation ( |
||
$service |
protected injectInputFilters ( |
||
$service |
protected ControllerManager,Zend\Mvc\Controller $controllerManager | ||
리턴 |
protected DocumentationModel,ZF\Apigility\Admin\Model $documentationModel | ||
리턴 |
protected InputFilterModel,ZF\Apigility\Admin\Model $inputFilterModel | ||
리턴 |