示例#1
0
 /**
  * (non-PHPdoc)
  * @see ModelForm::isRelation()
  */
 public function isRelation($attributeName)
 {
     if ($this->doesNameResolveNameForDelimiterSplit($attributeName)) {
         return false;
     }
     return parent::isRelation($attributeName);
 }