Example #1
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new STTypecode();
     $this->uses($this->_templateobject);
 }
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = DataObjectFactory::Factory('MFWorkorder');
     $this->uses($this->_templateobject);
 }
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new WHTransferrule();
     $this->uses($this->_templateobject);
 }
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new SYuomconversion();
     $this->uses($this->_templateobject);
 }