PHP Класс PartKeepr\CoreBundle\Action\SystemNoticeAcknowledgeAction

Наследование: use trait Dunglas\ApiBundle\Action\ActionUtilTrait
Показать файл Открыть проект

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

Метод Описание
__construct ( Dunglas\ApiBundle\Model\DataProviderInterface $dataProvider, EntityManager $entityManager )
__invoke ( Request $request, integer $id ) : array | Dunglas\ApiBundle\Model\PaginatorInterface | Traversable Sets the acknowledged flag for a system notice.

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

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

public __construct ( Dunglas\ApiBundle\Model\DataProviderInterface $dataProvider, EntityManager $entityManager )
$dataProvider Dunglas\ApiBundle\Model\DataProviderInterface
$entityManager Doctrine\ORM\EntityManager

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

Sets the acknowledged flag for a system notice.
public __invoke ( Request $request, integer $id ) : array | Dunglas\ApiBundle\Model\PaginatorInterface | Traversable
$request Symfony\Component\HttpFoundation\Request The request
$id integer The ID of the system notice
Результат array | Dunglas\ApiBundle\Model\PaginatorInterface | Traversable