Ouzo\Db\RelationFetcher::__construct PHP Method

__construct() public method

public __construct ( Relation $relation )
$relation Relation
    public function __construct(Relation $relation)
    {
        $this->_relation = $relation;
    }