/** * Count loaded user groups. * * @return integer * * @since 3.6.3 */ public function count() { return \count($this->groups); }