PHP 클래스 PartKeepr\TipOfTheDayBundle\Action\GetTipHistoryCollectionAction

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

공개 메소드들

메소드 설명
__construct ( Dunglas\ApiBundle\Model\DataProviderInterface $dataProvider, UserService $userService )
__invoke ( Request $request ) : array | Dunglas\ApiBundle\Model\PaginatorInterface | Traversable Retrieves a filtered tip of the day history list. Filters by the currently logged in user by default.

메소드 상세

__construct() 공개 메소드

public __construct ( Dunglas\ApiBundle\Model\DataProviderInterface $dataProvider, UserService $userService )
$dataProvider Dunglas\ApiBundle\Model\DataProviderInterface
$userService PartKeepr\AuthBundle\Services\UserService

__invoke() 공개 메소드

Retrieves a filtered tip of the day history list. Filters by the currently logged in user by default.
public __invoke ( Request $request ) : array | Dunglas\ApiBundle\Model\PaginatorInterface | Traversable
$request Symfony\Component\HttpFoundation\Request
리턴 array | Dunglas\ApiBundle\Model\PaginatorInterface | Traversable