Exemplo n.º 1
0
 /**
  * Get the data array.
  * 
  * @return array The data
  * @access public
  * @static
  */
 public static function getData()
 {
     $self = TemplateData::singleton();
     return $self->data;
 }