Esensi\Model\Contracts\RelatingModelInterface::isRelationship PHP 메소드

isRelationship() 공개 메소드

Return whether the name is a relationship or not.
public isRelationship ( string $name ) : boolean
$name string of related model
리턴 boolean
    public function isRelationship($name);
RelatingModelInterface