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