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