Neos\Flow\Core\ApplicationContext::__toString PHP Method

__toString() public method

Returns the full context string, for example "Development", or "Production/LiveSystem"
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->contextString;
    }