Esensi\Model\Contracts\RelatingModelInterface::getRelationship PHP Method

getRelationship() public method

Return the relationship configurations.
public getRelationship ( string $name ) : array
$name string of related model
return array
    public function getRelationship($name);
RelatingModelInterface