Storm\Drivers\Base\Object\Properties\Proxies\EntityProxyFunctionality::__toString PHP Метод

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

public __toString ( )
    public function __toString()
    {
        if ($this->HasParentMethod(__FUNCTION__)) {
            $this->__Load();
            return $this->FowardMethodCall(__FUNCTION__, func_get_args());
        } else {
            trigger_error(sprintf('Object of class %s could not be converted to string', static::$__EntityClassName), E_RECOVERABLE_ERROR);
        }
    }