コード例 #1
0
 public function init()
 {
     parent::init();
     if ($this->action === null) {
         $this->action = $this->id;
     }
 }
コード例 #2
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     if ($this->action === null) {
         $this->action = Inflector::id2camel($this->id);
     }
 }