Ejemplo n.º 1
0
 function __construct($label = 'Custom Query', $template = 'query', $options = array())
 {
     parent::__construct(self::$_id, $label, $template, $options);
 }
Ejemplo n.º 2
0
 function __construct($label = 'Advertisement', $template = 'ad', $options = array())
 {
     parent::__construct(self::$_id, $label, $template, $options);
 }
Ejemplo n.º 3
0
 function __construct($label = 'Static HTML', $template = 'static_html', $options = array())
 {
     parent::__construct(self::$_id, $label, $template, $options);
 }
Ejemplo n.º 4
0
 function __construct($label = 'Search Box', $template = 'search_box', $options = array())
 {
     parent::__construct(self::$_id, $label, $template, $options);
 }
Ejemplo n.º 5
0
 function __construct($label = 'Single Post', $template = 'single', $options = array())
 {
     parent::__construct(self::$_id, $label, $template, $options);
 }