eZ\Publish\Core\Persistence\Legacy\Content\TreeHandler::__construct PHP Method

__construct() public method

public __construct ( Gateway $locationGateway, Mapper $locationMapper, Gateway $contentGateway, Mapper $contentMapper, FieldHandler $fieldHandler )
$locationGateway eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway
$locationMapper eZ\Publish\Core\Persistence\Legacy\Content\Location\Mapper
$contentGateway Gateway
$contentMapper Mapper
$fieldHandler FieldHandler
    public function __construct(LocationGateway $locationGateway, LocationMapper $locationMapper, ContentGateway $contentGateway, ContentMapper $contentMapper, FieldHandler $fieldHandler)
    {
        $this->locationGateway = $locationGateway;
        $this->locationMapper = $locationMapper;
        $this->contentGateway = $contentGateway;
        $this->contentMapper = $contentMapper;
        $this->fieldHandler = $fieldHandler;
    }