PATH:
home
/
carfac
/
public_html
/
unitphotog
/
wp-content
/
plugins
/
cloudflare
/
src
/
Integration
<?php namespace CF\Integration; interface IntegrationInterface { /** * @return mixed */ public function getConfig(); /** * @return mixed */ public function getIntegrationAPI(); /** * @return mixed */ public function getLogger(); /** * @return mixed */ public function getDataStore(); }
[-] DefaultIntegration.php
[edit]
[-] DefaultConfig.php
[edit]
[-] DefaultLogger.php
[edit]
[-] IntegrationInterface.php
[edit]
[-] ConfigInterface.php
[edit]
[-] IntegrationAPIInterface.php
[edit]
[-] .htaccess
[edit]
[-] DataStoreInterface.php
[edit]
[+]
..