AppserverIo\Appserver\Core\Api\Node\ClassLoaderNode::getEnvironment PHP Method

getEnvironment() public method

The environment to use, can be one of 'development' or 'production'.
public getEnvironment ( ) : string
return string The configured environment
    public function getEnvironment()
    {
        return $this->getParam(ClassLoaderKeys::ENVIRONMENT);
    }