moadminModel::_exec PHP Метод

_exec() защищенный Метод

Executes a native JS MongoDB command This method is not currently used for anything
protected _exec ( string $cmd ) : mixed
$cmd string
Результат mixed
    protected function _exec($cmd)
    {
        $exec = $this->mongo->execute($cmd);
        return $exec['retval'];
    }