Пример #1
0
 /**
  * @inheritdoc
  */
 public function canGetProperty($name, $checkVars = true)
 {
     return parent::canGetProperty($name, $checkVars) || $this->isSourceAttribute($name);
 }