Element index for package Phly
[ a ]
[ b ]
[ c ]
[ e ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ x ]
[ _ ]
_
- $_array
- in file Hash.php, variable Phly_Hash::$_array
Original array passed to constructor
- $_config
- in file Config.php, variable Phly_Config::$_config
Configuration arrays
- $_config
- in file InputFilter.php, variable Phly_InputFilter::$_config
Configuration array
- $_config
- in file Auth.php, variable Phly_Auth::$_config
Configuration array, with keys:
- $_emailRegex
- in file InputFilter.php, variable Phly_InputFilter::$_emailRegex
Email regex
- $_errors
- in file InputFilter.php, variable Phly_InputFilter::$_errors
Array of errors. Each key points to an array of error messages.
- $_getData
- in file Auth.php, variable Phly_Auth::$_getData
getData callback (for retrieving user data)
- $_normalizations
- in file InputFilter.php, variable Phly_InputFilter::$_normalizations
Array of normalizations. Each key points to an array of callbacks used to
- $_params
- in file InputFilter.php, variable Phly_InputFilter::$_params
Array of parameters being tested in run(); provided to allow access to other parameters when evaluating within a validation.
- $_required
- in file InputFilter.php, variable Phly_InputFilter::$_required
Array of required items
- $_validations
- in file InputFilter.php, variable Phly_InputFilter::$_validations
Array of validations. Each key points to an array of associative arrays with they keys 'callback' and 'message'.
- $_validator
- in file Auth.php, variable Phly_Auth::$_validator
Authentication validation callback
- $_values
- in file Hash.php, variable Phly_Hash::$_values
Values as Phly_Hashes
- _isAssocArray
- in file Config.php, method Phly_Config::_isAssocArray()
Test if a value is an associative array
- _isError
- in file InputFilter.php, method Phly_InputFilter::_isError()
Determine if a field has validation errors
- _login
- in file Auth.php, method Phly_Auth::_login()
Attempt to login a user
- _normalize
- in file InputFilter.php, method Phly_InputFilter::_normalize()
Normalize a field's value
- _pushError
- in file InputFilter.php, method Phly_InputFilter::_pushError()
Push an error on to a field's error stack
- _validate
- in file InputFilter.php, method Phly_InputFilter::_validate()
Validate a field against a value
- __construct
- in file Exception.php, method Phly_Exception::__construct()
Constructor
- __construct
- in file Hash.php, method Phly_Hash::__construct()
Constructor
- __construct
- in file Auth.php, method Phly_Auth::__construct()
Constructor
- __get
- in file Config.php, method Phly_Config::__get()
Overloading: retrieve property values
- __get
- in file Hash.php, method Phly_Hash::__get()
Overloading: retrieve properties
- __get
- in file Auth.php, method Phly_Auth::__get()
Retrieve a value from the session auth array
- __set
- in file Auth.php, method Phly_Auth::__set()
Set data in the sessionData array of the auth session
- __set
- in file Hash.php, method Phly_Hash::__set()
Overloading: set properties
- __set
- in file Config.php, method Phly_Config::__set()
Overloading: set property values
- __toString
- in file Exception.php, method Phly_Exception::__toString()
String representation of exception
- $_darcs
- in file Model.php, variable Phly_Darcs_Model::$_darcs
Darcs executable
- $_repoPath
- in file Model.php, variable Phly_Darcs_Model::$_repoPath
Path to directory containing one or more darcs repositories
- _annotateClean
- in file Model.php, method Phly_Darcs_Model::_annotateClean()
Clean up annotation XML
- _createTree
- in file Model.php, method Phly_Darcs_Model::_createTree()
Recursively fix name attributes of directory and file nodes
- _getRqPath
- in file Controller.php, method Phly_Darcs_Controller::_getRqPath()
Determine the request path
c
- castFloat
- in file InputFilter.php, method Phly_InputFilter::castFloat()
cast a value to a float
- castInt
- in file InputFilter.php, method Phly_InputFilter::castInt()
cast a value to an integer
- castString
- in file InputFilter.php, method Phly_InputFilter::castString()
cast a value to a string
- clear
- in file Config.php, method Phly_Config::clear()
Clear a namespace's settings
- config
- in file InputFilter.php, method Phly_InputFilter::config()
Configuration
- config
- in file Auth.php, method Phly_Auth::config()
Configuration
- count
- in file Hash.php, method Phly_Hash::count()
Countable: return count of elements
- current
- in file Hash.php, method Phly_Hash::current()
Iterator: return current value
- Config.php
- procedural page Config.php
- $config
- in file Controller.php, variable Phly_Darcs_Controller::$config
Phly_Config object
- cgiapp_init
- in file Controller.php, method Phly_Darcs_Controller::cgiapp_init()
Pre-run initialization
- cgiapp_prerun
- in file Controller.php, method Phly_Darcs_Controller::cgiapp_prerun()
Prerun
- Controller.php
- procedural page Controller.php
p
- Phly_Auth
- in file Auth.php, class Phly_Auth
Authentication class
- Phly_Auth_Exception
- in file Exception.php, class Phly_Auth_Exception
Phly_Auth exceptions
- Phly_Config
- in file Config.php, class Phly_Config
Phly_Config: Configuration class
- Phly_Config_Adapter_Ini
- in file Ini.php, class Phly_Config_Adapter_Ini
Phly_Config INI file adapter
- Phly_Config_Adapter_Interface
- in file Interface.php, class Phly_Config_Adapter_Interface
Phly_Config_Adapter Interface
- Phly_Config_Adapter_Php
- in file Php.php, class Phly_Config_Adapter_Php
Phly_Config PHP Array adapter
- Phly_Config_Adapter_Xml
- in file Xml.php, class Phly_Config_Adapter_Xml
Phly_Config XML file adapter
- Phly_Config_Exception
- in file Exception.php, class Phly_Config_Exception
Phly_Config exceptions
- Php.php
- procedural page Php.php
- Phly_Exception
- in file Exception.php, class Phly_Exception
Phly Exception Handling
- Phly_Exception_Interface
- in file Interface.php, class Phly_Exception_Interface
Phly_Exception Observer Interface
- Phly_Hash
- in file Hash.php, class Phly_Hash
Phly_Hash: Access associative arrays as object properties
- Phly_Hash_Exception
- in file Exception.php, class Phly_Hash_Exception
Phly_Hash exceptions
- Phly_InputFilter
- in file InputFilter.php, class Phly_InputFilter
Phly_InputFilter: basic input validation/normalization
- Phly_InputFilter_Exception
- in file Exception.php, class Phly_InputFilter_Exception
Phly_InputFilter exceptions
- Phly_Darcs_Controller
- in file Controller.php, class Phly_Darcs_Controller
Darcs repository browsing class
- Phly_Darcs_Model
- in file Model.php, class Phly_Darcs_Model
Make calls to darcs
s
- setParam
- in file InputFilter.php, method Phly_InputFilter::setParam()
Set a parameter in the $_params list
- start
- in file Auth.php, method Phly_Auth::start()
Starts session, if not already done, updating auth session timestamp if present.
- setExecutable
- in file Model.php, method Phly_Darcs_Model::setExecutable()
Set the path to the darcs executable
- setRepoPath
- in file Model.php, method Phly_Darcs_Model::setRepoPath()
Set base repository path
- setup
- in file Controller.php, method Phly_Darcs_Controller::setup()
- showDiff
- in file Controller.php, method Phly_Darcs_Controller::showDiff()
Show a diff for a file
- showError
- in file Controller.php, method Phly_Darcs_Controller::showError()
Handle and display errors
- showPatches
- in file Controller.php, method Phly_Darcs_Controller::showPatches()
Show patches for a file
- showRss
- in file Controller.php, method Phly_Darcs_Controller::showRss()
Show an RSS feed of changes
|
|