Phly Documentation Phly
[ return to channel ] [ class tree: Phly ] [ index: Phly ] [ all elements ]

Index of All Elements

Package Indexes


[ a ] [ b ] [ c ] [ e ] [ g ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ x ] [ _ ]

a

a

addNormalization
in file InputFilter.php, method Phly_InputFilter::addNormalization()
    Add a normalization to a field
addValidation
in file InputFilter.php, method Phly_InputFilter::addValidation()
    Add a validation to a field
annotate
in file Controller.php, method Phly_Darcs_Controller::annotate()
    Show annotations for a file
attach
in file Exception.php, method Phly_Exception::attach()
    Attach an observer
Auth.php
procedural page Auth.php
b

b

browseRepo
in file Model.php, method Phly_Darcs_Model::browseRepo()
    Create a directory listing for a given path in a repository
browseRepo
in file Controller.php, method Phly_Darcs_Controller::browseRepo()
    Browse a repository
c

c

$config
in file Controller.php, variable Phly_Darcs_Controller::$config
    Phly_Config object
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
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
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
Controller.php
procedural page Controller.php
e

e

event
in file Interface.php, method Phly_Exception_Interface::event()
execute
in file Model.php, method Phly_Darcs_Model::execute()
    Execute a darcs command
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
g

g

getErrors
in file InputFilter.php, method Phly_InputFilter::getErrors()
    Retrieve a list of key => error message pairs
getInstance
in file Config.php, method Phly_Config::getInstance()
    Get singleton instance
getParam
in file InputFilter.php, method Phly_InputFilter::getParam()
    Return a parameter from the $_params list
getRepos
in file Model.php, method Phly_Darcs_Model::getRepos()
    Get a list of current repositories
getSessionData
in file Auth.php, method Phly_Auth::getSessionData()
    Get session data from an authentication session
h

h

htmlSafe
in file InputFilter.php, method Phly_InputFilter::htmlSafe()
    Make a string HTML safe
Hash.php
procedural page Hash.php
i

i

isBoolean
in file InputFilter.php, method Phly_InputFilter::isBoolean()
    Value is boolean
isBooleanInt
in file InputFilter.php, method Phly_InputFilter::isBooleanInt()
    Check if an integer value is a boolean (0 or 1)
isEmail
in file InputFilter.php, method Phly_InputFilter::isEmail()
    Validate an email address
isNotZero
in file InputFilter.php, method Phly_InputFilter::isNotZero()
    Value is not zero
isPercent
in file InputFilter.php, method Phly_InputFilter::isPercent()
    value is a percentage
isPositive
in file InputFilter.php, method Phly_InputFilter::isPositive()
    Value is positive
isUrl
in file InputFilter.php, method Phly_InputFilter::isUrl()
    Validate a URL
isValid
in file Auth.php, method Phly_Auth::isValid()
    Checks whether a user has authenticated.
Ini.php
procedural page Ini.php
Interface.php
procedural page Interface.php
Interface.php
procedural page Interface.php
InputFilter.php
procedural page InputFilter.php
k

k

key
in file Hash.php, method Phly_Hash::key()
    Iterator: return current key
l

l

listRepos
in file Controller.php, method Phly_Darcs_Controller::listRepos()
    List available repositories
listRepos
in file Model.php, method Phly_Darcs_Model::listRepos()
    Return a list of darcs repositories
load
in file Php.php, method Phly_Config_Adapter_Php::load()
    Load a configuration array from $source
load
in file Xml.php, method Phly_Config_Adapter_Xml::load()
    Load an XML configuration file from $source
load
in file Ini.php, method Phly_Config_Adapter_Ini::load()
    Load a configuration INI file from $source
load
in file Interface.php, method Phly_Config_Adapter_Interface::load()
    Load a configuration array from $source. Should return an array.
load
in file Config.php, method Phly_Config::load()
    Load configuration into object
logout
in file Auth.php, method Phly_Auth::logout()
    Logout a user
m

m

makeTests.php
procedural page makeTests.php
Model.php
procedural page Model.php
n

n

next
in file Hash.php, method Phly_Hash::next()
    Iterator: return next array element
notify
in file Exception.php, method Phly_Exception::notify()
    Notify observers of an error event
noValidate
in file InputFilter.php, method Phly_InputFilter::noValidate()
    Dummy validation
p

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_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
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
r

r

required
in file InputFilter.php, method Phly_InputFilter::required()
    Value required
rewind
in file Hash.php, method Phly_Hash::rewind()
    Iterator: return to first element of array
run
in file InputFilter.php, method Phly_InputFilter::run()
    Run filters and normalizations
s

s

setExecutable
in file Model.php, method Phly_Darcs_Model::setExecutable()
    Set the path to the darcs executable
setParam
in file InputFilter.php, method Phly_InputFilter::setParam()
    Set a parameter in the $_params list
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
start
in file Auth.php, method Phly_Auth::start()
    Starts session, if not already done, updating auth session timestamp if present.
t

t

toArray
in file Hash.php, method Phly_Hash::toArray()
    Return configuration subtree as array
toArray
in file Config.php, method Phly_Config::toArray()
    Return all configuration options as an array
v

v

valid
in file Hash.php, method Phly_Hash::valid()
    Iterator: is this a valid key?
x

x

Xml.php
procedural page Xml.php
xmlWrap
in file Model.php, method Phly_Darcs_Model::xmlWrap()
    Wrap XML output with root element
_

_

$_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:
$_darcs
in file Model.php, variable Phly_Darcs_Model::$_darcs
    Darcs executable
$_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.
$_repoPath
in file Model.php, variable Phly_Darcs_Model::$_repoPath
    Path to directory containing one or more darcs repositories
$_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
_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
_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 Hash.php, method Phly_Hash::__construct()
    Constructor
__construct
in file Exception.php, method Phly_Exception::__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 Auth.php, method Phly_Auth::__get()
    Retrieve a value from the session auth array
__get
in file Hash.php, method Phly_Hash::__get()
    Overloading: retrieve properties
__set
in file Auth.php, method Phly_Auth::__set()
    Set data in the sessionData array of the auth session
__set
in file Config.php, method Phly_Config::__set()
    Overloading: set property values
__set
in file Hash.php, method Phly_Hash::__set()
    Overloading: set properties
__toString
in file Exception.php, method Phly_Exception::__toString()
    String representation of exception