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

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

public __invoke ( )
    public function __invoke()
    {
        if ($this->HasParentMethod(__FUNCTION__)) {
            $this->__Load();
            return $this->FowardMethodCall(__FUNCTION__, func_get_args());
        } else {
            trigger_error('Function name must be a string', E_USER_ERROR);
        }
    }