show() 공개 메소드

Generate show.
public show ( ) : void
리턴 void
예제 #1
0
 /**
  * Scaffold Views.
  *
  * @return \Amranidev\ScaffoldInterface\Scaffold
  */
 public function views()
 {
     $this->generator->dir();
     $this->generator->index();
     $this->generator->create();
     $this->generator->show();
     $this->generator->edit();
     return $this;
 }