Skip to content

Instantly share code, notes, and snippets.

@phlppschrr
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phlppschrr/ea81285bdf56b497193b to your computer and use it in GitHub Desktop.
Save phlppschrr/ea81285bdf56b497193b to your computer and use it in GitHub Desktop.
<?php
/**
* ProcessWire API Variables
*
* @var $config Config
* @var $wire ProcessWire
* @var $log WireLog
* @var $notices Notices
* @var $sanitizer Sanitizer
* @var $database WireDatabasePDO
* @var $db DatabaseMysqli
* @var $cache WireCache
* @var $modules Modules
* @var $procache ProCache
* @var $fieldtypes Fieldtypes
* @var $fields Fields
* @var $fieldgroups Fieldgroups
* @var $templates Templates
* @var $pages Pages
* @var $permissions Permissions
* @var $roles Roles
* @var $users Users
* @var $user User
* @var $session Session
* @var $input WireInput
* @var $languages Languages
* @var $page Page
**/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment