AppserverIo\Appserver\Core\Api\Node\ParamNode::isConstant PHP Method

isConstant() public method

Returns the TRUE if the value is a constant, else FALSE.
public isConstant ( ) : boolean
return boolean TRUE if the value is a constant, else FALSE
    public function isConstant()
    {
        return $this->constant;
    }