コード例 #1
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new DataMappingRule();
     $this->uses($this->_templateobject);
 }
コード例 #2
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new DataDefinitionDetail();
     $this->uses($this->_templateobject);
 }
コード例 #3
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new ExternalSystem();
     $this->uses($this->_templateobject);
 }
コード例 #4
0
 public function __construct($module = null, $action = null)
 {
     parent::__construct($module, $action);
     $this->_templateobject = new EDITransactionLog();
     $this->uses($this->_templateobject);
 }