getRelationship() public method

public getRelationship ( $model, $name )
Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function getRelationship($model, $name)
 {
     if ($relationship = $this->getCustomRelationship($model, $name)) {
         return $relationship;
     }
     return parent::getRelationship($model, $name);
 }