Ouzo\Db\Relation::withName PHP 메소드

withName() 공개 메소드

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