Neos\Flow\Core\ApplicationContext::__toString PHP Méthode

__toString() public méthode

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