PhpSandbox\PHPSandbox::hasWhitelistedInterfaces PHP Méthode

hasWhitelistedInterfaces() public méthode

Query whether PHPSandbox instance has whitelisted interfaces.
public hasWhitelistedInterfaces ( ) : integer
Résultat integer Returns the number of whitelisted interfaces this instance has defined
    public function hasWhitelistedInterfaces()
    {
        return count($this->whitelist['interfaces']);
    }
PHPSandbox