Esempio n. 1
0
 /**
  * Return the component information
  *
  * @return  array   component informaton.
  * @access  public
  * @static
  */
 function getInfo()
 {
     $info = parent::info();
     $info['name'] = 'Repeater';
     $info['class'] = 'org.glizy.components.Repeater';
     $info['package'] = 'Glizy';
     $info['version'] = GLZ_CORE_VERSION;
     $info['author'] = 'Daniele Ugoletti';
     $info['author-email'] = '*****@*****.**';
     $info['url'] = 'http://www.glizy.com';
     return $info;
 }