Example #1
0
 function __construct(UserTransformer $userTransformer)
 {
     parent::__construct();
     $this->userTransformer = $userTransformer;
 }
Example #2
0
 function __construct(UserTransformer $userTransformer, Authorizer $authorizer)
 {
     parent::__construct();
     $this->userTransformer = $userTransformer;
     $this->authorizer = $authorizer;
 }