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

buildAstConstantPostfix() public method

--- Foo::BAR; ---
Since: 0.9.6
public buildAstConstantPostfix ( string $image ) : PDepend\Source\AST\ASTConstantPostfix
$image string The image of this node.
return PDepend\Source\AST\ASTConstantPostfix
    public function buildAstConstantPostfix($image)
    {
        return $this->buildAstNodeInstance('ASTConstantPostfix', $image);
    }
PHPBuilder