File Editor
Directories:
.. (Back)
attribute
display-conditions
template
Files:
Base.php
Border.php
BoxShadow.php
DisplayConditions.php
Divider.php
Factory.php
Height.php
MarginPadding.php
MaxWidth.php
Overflow.php
Position.php
Scroll.php
Sticky.php
TextShadow.php
Transform.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