File Editor
Directories:
.. (Back)
attribute
template
Files:
Base.php
Border.php
BoxShadow.php
Divider.php
Factory.php
TextShadow.php
Create New File
Create
Edit File: Base.php
<?php abstract class ET_Builder_Module_Field_Base { /** * @param array $args * * @return array */ abstract public function get_fields( array $args = array() ); }
Save Changes
Rename File
Rename