PHP Класс Sulu\Component\Rest\DoctrineRestHelper

Наследование: extends RestHelper, implements Sulu\Component\Rest\RestHelperInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( ListRestHelper $listRestHelper )
processSubEntities ( $entities, array $requestEntities, callable $get, callable $add = null, callable $update = null, callable $delete = null )

Описание методов

__construct() публичный Метод

public __construct ( ListRestHelper $listRestHelper )
$listRestHelper Sulu\Component\Rest\ListBuilder\ListRestHelper

processSubEntities() публичный Метод

public processSubEntities ( $entities, array $requestEntities, callable $get, callable $add = null, callable $update = null, callable $delete = null )
$requestEntities array
$get callable
$add callable
$update callable
$delete callable