__construct() public method

public __construct ( $app )
Example #1
0
 public function __construct($app)
 {
     parent::__construct($app);
     $this->before();
 }