Person.php

Location: extensions/GrandObjects/Person.php
Source Code: master
Classes: Person

Description

The Person class is used to access data from the mw_user table. It is similar to the User mediawiki class, however it can also be used to get additional information like getProjects(), getRoles(), getRelations(), getPapers(), getHQP().

Static Factory Methods

  • newFromId($id)
  • newFromName($name)
  • newFromReversedName($name)
  • newFromEmail($email)
  • newFromUser($user)
  • newFromWgUser()
  • newFromNameLike($name)
  • newFromAlias($alias)

Table Of Contents

Previous topic

PDF.php

Next topic

Product.php (Paper)

This Page