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'];
    }