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