示例#1
0
 /**
  * Конструктор
  */
 public function __construct($name)
 {
     $this->name = $name;
     parent::__construct();
     $this->results = new Core_ArrayObject();
 }
示例#2
0
文件: cURL.php 项目: brussens/cogear2
 /**
  * Конструктор
  */
 public function __construct($options = array())
 {
     parent::__construct();
     $this->init($options);
 }