FS_User_Lock

Class FS_User_Lock


Description Description


Source Source

File: includes/pum-sdk/freemius/includes/class-fs-user-lock.php



Top ↑

Methods Methods

  • __construct
  • has_lock — Checks if lock is currently acquired by the current locker.
  • instance
  • is_locked — Checks if lock is currently acquired.
  • lock — Acquire lock regardless if it's already acquired by another locker or not.
  • try_lock — Try to acquire lock. If the lock is already set or is being acquired by another locker, don't do anything.
  • unlock — Unlock the lock.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.