public function __construct()
 {
     parent::__construct();
     $this->name = 'manifestCall';
     $daos = new Daos($this);
     $this->managers = new Managers($daos);
 }
Example #2
0
 /**
  * Initialize this call.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = 'rawDataCall';
 }
Example #3
0
 /**
  * Initialize this call.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = 'api';
 }
 /**
  * Initialize this interface booter.
  */
 public function __construct()
 {
     parent::__construct();
     $this->name = 'userInterfaceBooter';
 }