AppserverIo\Appserver\Core\Api\Node\ParamNode::isEnv PHP Méthode

isEnv() public méthode

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