AppserverIo\Appserver\Core\Api\Node\ClassLoaderNode::getEnvironment PHP 메소드

getEnvironment() 공개 메소드

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