PDepend\Source\Language\PHP\PHPBuilder::getIterator PHP Method

getIterator() public method

Returns an iterator with all generated {@link \PDepend\Source\AST\ASTNamespace} objects.
public getIterator ( ) : PDepend\Source\AST\ASTArtifactList
return PDepend\Source\AST\ASTArtifactList
    public function getIterator()
    {
        return $this->getNamespaces();
    }
PHPBuilder