PhpSandbox\PHPSandbox::hasBlacklistedNamespaces PHP Méthode

hasBlacklistedNamespaces() public méthode

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