Neos\Flow\Core\ApplicationContext::__toString PHP Метод

__toString() публичный Метод

Returns the full context string, for example "Development", or "Production/LiveSystem"
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return $this->contextString;
    }