Esempio n. 1
0
 /**
  * constructor
  */
 public function __construct()
 {
     $this->prefixPathRoute = '';
     Auth::getSelf()->validateRule();
     $this->_contruct();
 }