PHP Class eZ\Publish\Core\REST\Server\Input\Parser\SectionInput

Inheritance: extends eZ\Publish\Core\REST\Common\Input\BaseParser
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$sectionService eZ\Publish\API\Repository\SectionService Section service.

Méthodes publiques

Méthode Description
__construct ( eZ\Publish\API\Repository\SectionService $sectionService ) Construct.
parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\Content\SectionCreateStruct Parse input structure.

Method Details

__construct() public méthode

Construct.
public __construct ( eZ\Publish\API\Repository\SectionService $sectionService )
$sectionService eZ\Publish\API\Repository\SectionService

parse() public méthode

Parse input structure.
public parse ( array $data, ParsingDispatcher $parsingDispatcher ) : eZ\Publish\API\Repository\Values\Content\SectionCreateStruct
$data array
$parsingDispatcher eZ\Publish\Core\REST\Common\Input\ParsingDispatcher
Résultat eZ\Publish\API\Repository\Values\Content\SectionCreateStruct

Property Details

$sectionService protected_oe property

Section service.
protected SectionService,eZ\Publish\API\Repository $sectionService
Résultat eZ\Publish\API\Repository\SectionService