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

isEnv() public method

Returns the TRUE if the value is an environment variable, else FALSE.
public isEnv ( ) : boolean
return boolean TRUE if the value is an environment variable, else FALSE
    public function isEnv()
    {
        return $this->env;
    }