Esempio n. 1
0
 public function __construct($id)
 {
     parent::__construct($id);
     $this->sources = array();
 }
Esempio n. 2
0
 /**
  * Конструктор
  * @param string ID  компонента
  * @param string  адрес  изображения
  */
 public function __construct($id, $src = "")
 {
     parent::__construct($id);
     $this->src = $src;
 }