Esempio n. 1
0
 public function __call($methodName, $params)
 {
     $attrName = static::properAttributeName($methodName);
     # TODO: Check scopes, etc.
     return parent::__call($attrName, $params);
 }