moadminModel::_exec PHP Method

_exec() protected method

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