for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) Flipbox Digital Limited
*/
namespace flipbox\saml\core\controllers\cp\view\metadata;
use Craft;
use craft\elements\User;
use craft\helpers\UrlHelper;
use flipbox\keychain\KeyChain;
use flipbox\saml\core\AbstractPlugin;
use flipbox\saml\core\helpers\MappingHelper;
use flipbox\saml\core\models\SettingsInterface;
use flipbox\saml\core\records\ProviderInterface;
* Trait VariablesTrait
* @package flipbox\saml\core\controllers\cp\view\metadata
* @method AbstractPlugin getPlugin
trait VariablesTrait
{
}