PhpSandbox\PHPSandbox::hasWhitelistedInterfaces PHP Method

hasWhitelistedInterfaces() public method

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