D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
www
/
wp-content
/
themes
/
Divi
/
includes
/
builder
/
module
/
field
/
Filename :
Base.php
back
Copy
<?php abstract class ET_Builder_Module_Field_Base { /** * @param array $args * * @return array */ abstract public function get_fields( array $args = array() ); }