PDepend\Source\Language\PHP\AbstractPHPParser::parseArray PHP Method

parseArray() abstract protected method

Parses a php array declaration.
Since: 1.0.0
abstract protected parseArray ( PDepend\Source\AST\ASTArray $array, boolean $static = false ) : PDepend\Source\AST\ASTArray
$array PDepend\Source\AST\ASTArray
$static boolean
return PDepend\Source\AST\ASTArray
    protected abstract function parseArray(ASTArray $array, $static = false);
AbstractPHPParser