Ejemplo n.º 1
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new DataMappingRule();
     $this->uses($this->_templateobject);
 }
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new DataDefinitionDetail();
     $this->uses($this->_templateobject);
 }
Ejemplo n.º 3
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new ExternalSystem();
     $this->uses($this->_templateobject);
 }
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new EDITransactionLog();
     $this->uses($this->_templateobject);
 }