Back to UserGroupsHelper class

Method isSingleton

private bool
isSingleton
()
Check if this instance is a singleton.
Returns
  • bool
Since
  • 3.6.3

Method isSingleton - Source code

/**
 * Check if this instance is a singleton.
 *
 * @return  boolean
 *
 * @since   3.6.3
 */
private function isSingleton()
{
    return $this->mode === static::MODE_SINGLETON;
}