Esempio n. 1
0
 /**
  *
  * @param type $properties
  */
 public function __construct($properties = null)
 {
     parent::__construct($properties);
     $this->_extracted = new JRegistry();
     $this->_init();
 }