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

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

--- Foo::BAR; ---
С версии: 0.9.6
public buildAstConstantPostfix ( string $image ) : PDepend\Source\AST\ASTConstantPostfix
$image string The image of this node.
Результат PDepend\Source\AST\ASTConstantPostfix
    public function buildAstConstantPostfix($image)
    {
        return $this->buildAstNodeInstance('ASTConstantPostfix', $image);
    }
PHPBuilder