コード例 #1
0
ファイル: ActiveRecord.php プロジェクト: sammaye/mongoyii2
 public function getAttributes($names = null, $except = [])
 {
     $attributes = parent::getAttributes($names, $except);
     return $this->getRawAttributes($attributes);
 }