Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function create($data = array(), $allowedFields = null)
 {
     return ActiveRecord::createNew($this, $data, $allowedFields, $this->record);
 }