Current Path : /webspace/www.beetasty.be/html/wp-content/themes/Divi/includes/builder/module/field/ |
Current File : //webspace/www.beetasty.be/html/wp-content/themes/Divi/includes/builder/module/field/Base.php |
<?php abstract class ET_Builder_Module_Field_Base { /** * @param array $args * * @return array */ abstract public function get_fields( array $args = array() ); }