PDepend\Source\Language\PHP\PHPBuilder::buildAstTypeArray PHP Метод

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

Builds a new array type node.
С версии: 0.9.6
public buildAstTypeArray ( ) : PDepend\Source\AST\ASTTypeArray
Результат PDepend\Source\AST\ASTTypeArray
    public function buildAstTypeArray()
    {
        return $this->buildAstNodeInstance('ASTTypeArray');
    }
PHPBuilder