eZ\Publish\Core\REST\Server\Tests\Input\Parser\PolicyCreateTest::internalGetParser PHP 메소드

internalGetParser() 보호된 메소드

Returns the PolicyCreateStruct parser.
protected internalGetParser ( ) : PolicyCreate
리턴 eZ\Publish\Core\REST\Server\Input\Parser\PolicyCreate
    protected function internalGetParser()
    {
        return new PolicyCreate($this->getRoleServiceMock(), $this->getParserTools());
    }