PHP 클래스 PartKeepr\CoreBundle\Action\SystemNoticeAcknowledgeAction

상속: use trait Dunglas\ApiBundle\Action\ActionUtilTrait
파일 보기 프로젝트 열기: partkeepr/PartKeepr

공개 메소드들

메소드 설명
__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