Phalcon\Db\Adapter\MongoDB\Model\IndexInfo::isTtl PHP Méthode

isTtl() public méthode

Return whether this is a TTL index.
See also: http://docs.mongodb.org/manual/core/index-ttl/
public isTtl ( ) : boolean
Résultat boolean
    public function isTtl()
    {
        return array_key_exists('expireAfterSeconds', $this->info);
    }