Exemplo n.º 1
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new STTypecode();
     $this->uses($this->_templateobject);
 }
Exemplo n.º 2
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = DataObjectFactory::Factory('MFWorkorder');
     $this->uses($this->_templateobject);
 }
Exemplo n.º 3
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new WHTransferrule();
     $this->uses($this->_templateobject);
 }
Exemplo n.º 4
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new SYuomconversion();
     $this->uses($this->_templateobject);
 }