function __construct(UserTransformer $userTransformer) { parent::__construct(); $this->userTransformer = $userTransformer; }
function __construct(UserTransformer $userTransformer, Authorizer $authorizer) { parent::__construct(); $this->userTransformer = $userTransformer; $this->authorizer = $authorizer; }