eZ\Publish\Core\Persistence\Legacy\User\Handler::__construct PHP Метод

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

Construct from userGateway.
public __construct ( Gateway $userGateway, Gateway $roleGateway, Mapper $mapper, LimitationConverter $limitationConverter )
$userGateway Gateway
$roleGateway eZ\Publish\Core\Persistence\Legacy\User\Role\Gateway
$mapper Mapper
$limitationConverter eZ\Publish\Core\Persistence\Legacy\User\Role\LimitationConverter
    public function __construct(Gateway $userGateway, RoleGateway $roleGateway, Mapper $mapper, LimitationConverter $limitationConverter)
    {
        $this->userGateway = $userGateway;
        $this->roleGateway = $roleGateway;
        $this->mapper = $mapper;
        $this->limitationConverter = $limitationConverter;
    }