GIF94;
| Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/global-default-stylesheets/ |
| Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/global-default-stylesheets/base.php |
<?php
namespace Breakdance\GlobalDefaultStylesheets;
class GlobalDefaultStylesheetsController
{
use \Breakdance\Singleton;
/** @var string[] */
public $stylesheetUrls = [];
/**
* @param string $stylesheetUrl
*/
public function register($stylesheetUrl)
{
$this->stylesheetUrls[] = $stylesheetUrl;
}
}