PhpSandbox\PHPSandbox::hasDefinedInterfaces PHP 메소드

hasDefinedInterfaces() 공개 메소드

Query whether PHPSandbox instance has defined interfaces
public hasDefinedInterfaces ( ) : integer
리턴 integer Returns the number of interfaces this instance has defined
    public function hasDefinedInterfaces()
    {
        return count($this->definitions['interfaces']);
    }
PHPSandbox