%PDF- %PDF-
Direktori : /var/www/html/bbw/farmaci/wordpress/wp-content/plugins/w3-total-cache/lib/W3/ |
Current File : /var/www/html/bbw/farmaci/wordpress/wp-content/plugins/w3-total-cache/lib/W3/Plugin.php |
<?php /** * W3 Plugin base class */ /** * Class W3_Plugin */ class W3_Plugin { /** * Config * * @var W3_Config */ var $_config = null; /** * PHP5 Constructor */ function __construct() { $this->_config = w3_instance('W3_Config'); } /** * Runs plugin */ function run() { } }