コード例 #1
0
ファイル: Entity.php プロジェクト: floxim/floxim
 protected function afterInsert()
 {
     parent::afterInsert();
     $this->scaffold();
 }