Esempio n. 1
0
 /**
  * Конструктор
  */
 public function __construct($name)
 {
     $this->name = $name;
     parent::__construct();
     $this->results = new Core_ArrayObject();
 }
Esempio n. 2
0
 /**
  * Конструктор
  */
 public function __construct($options = array())
 {
     parent::__construct();
     $this->init($options);
 }