PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
ajax
<?php abstract class WPML_Ajax_Factory { public function add_route( WPML_Ajax_Route $route ) { $class_names = $this->get_class_names(); foreach ( $class_names as $class_name ) { $route->add( $class_name ); } } abstract function get_class_names(); abstract function create( $class_name ); }
[-] class-wpml-ajax-response.php
[edit]
[-] class-wpml-tm-ajax.php
[edit]
[-] interface-wpml-ajax-action-run.php
[edit]
[-] class-wpml-ajax-factory.php
[edit]
[+]
endpoints
[+]
..
[-] Locale.php
[edit]
[-] Factory.php
[edit]
[-] class-wpml-ajax-route.php
[edit]