AppserverIo\Appserver\Application\ApplicationStateKeys::__toString PHP 메소드

__toString() 공개 메소드

Returns the application state representation as string.
또한 보기: AppserverIo\Appserver\Core\Utilities\ApplicationStateKeys::getApplicationState()
public __toString ( ) : string
리턴 string The string representation of the application state
    public function __toString()
    {
        return sprintf('%d', $this->getApplicationState());
    }