Phalcon\Db\Adapter\MongoDB\Model\IndexInfo::getNamespace PHP 메소드

getNamespace() 공개 메소드

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