%PDF- %PDF-
Direktori : /var/www/knwn/wp-content/plugins/wpsynchro/includes/Files/ |
Current File : /var/www/knwn/wp-content/plugins/wpsynchro/includes/Files/Location.php |
<?php namespace WPSynchro\Files; /** * Class for handling an instance of a location, which need file migration * @since 1.2.0 */ class Location { public $base = ''; public $path = ''; public $strategy = 'clean'; public $is_file = false; public $exclusions = ""; }