Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo::isChangeTrackingNotify PHP Method

isChangeTrackingNotify() public method

Whether the change tracking policy of this class is "notify".
public isChangeTrackingNotify ( ) : boolean
return boolean
    public function isChangeTrackingNotify()
    {
        return $this->changeTrackingPolicy == self::CHANGETRACKING_NOTIFY;
    }
ClassMetadataInfo