Jarves\Configuration\Object::getRelation PHP 메소드

getRelation() 공개 메소드

public getRelation ( $name ) : Jarves\Admin\FieldTypes\RelationDefinitionInterface
$name
리턴 Jarves\Admin\FieldTypes\RelationDefinitionInterface
    public function getRelation($name)
    {
        return @$this->relations[strtolower($name)];
    }
Object