PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
interfaces
<?php interface QodeFrameworkTreeInterface { public function has_children(); public function get_children(); public function get_child( $key ); public function add_child( QodeFrameworkChildInterface $field ); }
[+]
..
[-] child-interface.php
[edit]
[-] tree-interface.php
[edit]