Пример #1
0
 public function create($mapKey = 'create')
 {
     if (isset($this[0])) {
         return $this->createSaveTagWithPost();
     }
     return parent::create($mapKey);
 }