Esempio n. 1
0
 /**
  * Over write parent method, set this element as Child element
  *
  * @param string $content
  * @param string $shortcode_data
  * @param string $el_title
  *
  * @return string
  */
 public function element_in_pgbldr($content = '', $shortcode_data = '', $el_title = '', $index = '', $inlude_sc_structure = true, $extra_params = array())
 {
     $this->config['sub_element'] = true;
     return parent::element_in_pgbldr($content, $shortcode_data, $el_title, $index, $inlude_sc_structure, $extra_params);
 }