Phalcon\Db\Adapter\MongoDB\Model\IndexInfo::getNamespace PHP Method

getNamespace() public method

Return the index namespace (e.g. "db.collection").
public getNamespace ( ) : string
return string
    public function getNamespace()
    {
        return (string) $this->info['ns'];
    }