You are here

static property Github_Api_Organization::$PERMISSIONS in Bibliography Module 7.2

File

modules/CiteProc/Github/Api/Organization.php, line 17

Class

Github_Api_Organization
Searching organizations, getting organization information and managing authenticated organization account information.

Code

static $PERMISSIONS = array(
  self::ADMIN,
  self::PUSH,
  self::PULL,
);