eZ\Publish\Core\Persistence\Doctrine\SubselectDoctrineQuery::__construct PHP Method

__construct() public method

The subSelect() method of the ezcQuery object creates an object of this class, and passes itself as $outer parameter to this constructor.
public __construct ( AbstractDoctrineQuery $outer )
$outer AbstractDoctrineQuery
    public function __construct(AbstractDoctrineQuery $outer)
    {
        $this->outerQuery = $outer;
        parent::__construct($outer->connection);
    }