PhpSandbox\PHPSandbox::hasWhitelistedTypes PHP Метод

hasWhitelistedTypes() публичный Метод

Query whether PHPSandbox instance has whitelisted types.
public hasWhitelistedTypes ( ) : integer
Результат integer Returns the number of whitelisted types this instance has defined
    public function hasWhitelistedTypes()
    {
        return count($this->whitelist['types']);
    }
PHPSandbox