.. | |||||
Constants | |||||
.htaccess | |||||
ClientActions.php | |||||
ClientRoutes.php | |||||
DataStore.php | |||||
HTTP2ServerPush.php | |||||
PluginActions.php | |||||
PluginRoutes.php | |||||
Proxy.php | |||||
Utils.php | |||||
WordPressAPI.php | |||||
WordPressClientAPI.php | |||||
WordPressWrapper.php |
<?php namespace CF\WordPress; class ClientRoutes { public static $routes = array( 'zones' => array( 'class' => 'CF\WordPress\ClientActions', 'methods' => array( 'GET' => array( 'function' => 'returnWordPressDomain', ), ), ), ); }
.. | |||||
Constants | |||||
.htaccess | |||||
ClientActions.php | |||||
ClientRoutes.php | |||||
DataStore.php | |||||
HTTP2ServerPush.php | |||||
PluginActions.php | |||||
PluginRoutes.php | |||||
Proxy.php | |||||
Utils.php | |||||
WordPressAPI.php | |||||
WordPressClientAPI.php | |||||
WordPressWrapper.php |