Exemplo n.º 1
0
 public function __construct($codeName = '')
 {
     if ($codeName != '') {
         $this->_cloudCodeName = $codeName;
     } else {
         $this->throwError('创建对象时请包含对象id');
     }
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct($class = '')
 {
     if ($class != '') {
         $this->_className = $class;
     } else {
         $this->throwError('创建对象时请包含对象id');
     }
     parent::__construct();
 }
Exemplo n.º 3
0
 public function __construct($class = '')
 {
     parent::__construct();
 }