Exemple #1
0
 /**
  * Parses the grid template.
  *
  * @access public
  * @return boolean
  */
 public function parse()
 {
     return parent::parse();
 }
Exemple #2
0
 public function __construct($file)
 {
     parent::__construct($file);
     $this->context = Context::instance('\\Innomedia\\Context');
 }