eZ\Publish\Core\Persistence\Legacy\Content\Location\Trash\Handler::__construct PHP Метод

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

Construct from userGateway.
public __construct ( Handler $locationHandler, Gateway $locationGateway, Mapper $locationMapper, Handler $contentHandler ) : Handler
$locationHandler eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler
$locationGateway eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway
$locationMapper eZ\Publish\Core\Persistence\Legacy\Content\Location\Mapper
$contentHandler eZ\Publish\Core\Persistence\Legacy\Content\Handler
Результат Handler
    public function __construct(LocationHandler $locationHandler, LocationGateway $locationGateway, LocationMapper $locationMapper, ContentHandler $contentHandler)
    {
        $this->locationHandler = $locationHandler;
        $this->locationGateway = $locationGateway;
        $this->locationMapper = $locationMapper;
        $this->contentHandler = $contentHandler;
    }