Ouzo\Db\Relation::withName PHP Method

withName() public method

public withName ( $name )
    public function withName($name)
    {
        return new Relation($name, $this->class, $this->localKey, $this->foreignKey, $this->collection, $this->condition);
    }