Path

ez components / documentation / api reference / 1.1.1 / base


eZ Components 1.1.1

Base

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Element index for package Base

[ a ] [ b ] [ c ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ o ] [ p ] [ r ] [ s ] [ v ] [ w ] [ x ] [ _ ]

_

__construct : ezcBasePropertyNotFoundException
in file property_not_found.php, method ezcBasePropertyNotFoundException::__construct()
    Constructs a new ezcPropertyNotFoundException for the property $name.
__construct : ezcBasePropertyPermissionException
in file property_permission.php, method ezcBasePropertyPermissionException::__construct()
    Constructs a new ezcPropertyPermissionException for the property $name.
__construct : ezcBaseSettingNotFoundException
in file setting_not_found.php, method ezcBaseSettingNotFoundException::__construct()
    Constructs a new ezcBaseSettingNotFoundException for $settingName.
__construct : ezcBaseSettingValueException
in file setting_value.php, method ezcBaseSettingValueException::__construct()
    Constructs a new ezcBaseConfigException
__construct : ezcBaseException
in file exception.php, method ezcBaseException::__construct()
    Constructs a new ezcBaseException with $message
__construct : ezcBaseOptions
in file options.php, method ezcBaseOptions::__construct()
    Construct a new options object.
__construct : ezcBaseFileIoException
in file file_io.php, method ezcBaseFileIoException::__construct()
    Constructs a new ezcBaseFileIoException for the file $path.
__construct : ezcBaseFileNotFoundException
in file file_not_found.php, method ezcBaseFileNotFoundException::__construct()
    Constructs a new ezcBaseFileNotFoundException.
__construct : ezcBaseFilePermissionException
in file file_permission.php, method ezcBaseFilePermissionException::__construct()
    Constructs a new ezcPropertyPermissionException for the property $name.
__construct : ezcBaseValueException
in file value.php, method ezcBaseValueException::__construct()
    Constructs a new ezcBaseValueException on the $name variable.
__get : ezcBaseOptions
in file options.php, method ezcBaseOptions::__get()
    Property get access.

a

$autoloadArray : ezcBase
in file base.php, variable ezcBase::$autoloadArray
addClassRepository : ezcBase
in file base.php, method ezcBase::addClassRepository()
    Adds an additional class repository.
autoload : ezcBase
in file base.php, method ezcBase::autoload()
    Tries to autoload the given className. If the className could be found this method returns true, otherwise false.

b

base.php
procedural page base.php

c

checkDependency : ezcBase
in file base.php, method ezcBase::checkDependency()
    Checks for dependencies on PHP versions or extensions

e

$externalAutoloadArray : ezcBase
in file base.php, variable ezcBase::$externalAutoloadArray
exception.php
procedural page exception.php
DEP_PHP_EXTENSION : ezcBase
in file base.php, class constant ezcBase::DEP_PHP_EXTENSION
    Used for dependency checking, to check for a PHP extension.
DEP_PHP_VERSION : ezcBase
in file base.php, class constant ezcBase::DEP_PHP_VERSION
    Used for dependency checking, to check for a PHP version.
ezcBase
in file base.php, class ezcBase
    Base class implements the methods needed to use the eZ components.
ezcBaseException
in file exception.php, class ezcBaseException
    ezcBaseException is a container from which all other exceptions in the components library descent.
ezcBaseFileException
in file file_exception.php, class ezcBaseFileException
    ezcBaseFileException is the exception from which all file related exceptions inherit.
ezcBaseFileIoException
in file file_io.php, class ezcBaseFileIoException
    ezcBaseFileIoException is thrown when a problem occurs while writing and reading to/from an open file.
ezcBaseFileNotFoundException
in file file_not_found.php, class ezcBaseFileNotFoundException
    ezcBaseFileNotFoundException is thrown when a file or directory was tried to be opened, but did not exist.
ezcBaseFilePermissionException
in file file_permission.php, class ezcBaseFilePermissionException
    ezcBaseFilePermissionException is thrown whenever a permission problem with a file, directory or stream occurred.
ezcBaseOptions
in file options.php, class ezcBaseOptions
    Base options class for all eZ components.
ezcBasePropertyNotFoundException
in file property_not_found.php, class ezcBasePropertyNotFoundException
    ezcBasePropertyNotFoundException is thrown whenever a non existent property is accessed in the Components library.
ezcBasePropertyPermissionException
in file property_permission.php, class ezcBasePropertyPermissionException
    ezcBasePropertyPermissionException is thrown whenever a read-only property is tried to be changed, or when a write-only property was accessed for reading.
ezcBaseSettingNotFoundException
in file setting_not_found.php, class ezcBaseSettingNotFoundException
    ezcBaseSettingNotFoundException is thrown whenever there is a name passed as part as the options array to setOptions() for an option that doesn't exist.
ezcBaseSettingValueException
in file setting_value.php, class ezcBaseSettingValueException
    ezcBaseSettingValueExeception is thrown whenever a value to a class' configuration option is either of the wrong type, or has a wrong value.
ezcBaseStruct
in file struct.php, class ezcBaseStruct
ezcBaseValueException
in file value.php, class ezcBaseValueException
    ezcBaseValueException is thrown whenever the type or value of the given variable is not as expected.
READ : ezcBasePropertyPermissionException
in file property_permission.php, class constant ezcBasePropertyPermissionException::READ
    Used when the property is read-only.
READ : ezcBaseFileException
in file file_exception.php, class constant ezcBaseFileException::READ
REMOVE : ezcBaseFileException
in file file_exception.php, class constant ezcBaseFileException::REMOVE

f

file_exception.php
procedural page file_exception.php
file_io.php
procedural page file_io.php
file_not_found.php
procedural page file_not_found.php
file_permission.php
procedural page file_permission.php

g

getRepositoryDirectories : ezcBase
in file base.php, method ezcBase::getRepositoryDirectories()
    Return the list of directories that contain class repositories.

h

CHANGE : ezcBaseFileException
in file file_exception.php, class constant ezcBaseFileException::CHANGE

i

libraryMode : ezcBase
in file base.php, class constant ezcBase::libraryMode
    Indirectly it determines the path where the autoloads are stored.

l

loadExternalFile : ezcBase
in file base.php, method ezcBase::loadExternalFile()
    Loads, require(), the given file name from an external package.
loadFile : ezcBase
in file base.php, method ezcBase::loadFile()
    Loads, require(), the given file name. If we are in development mode, "/src/" is inserted into the path.

m

merge : ezcBaseOptions
in file options.php, method ezcBaseOptions::merge()
    Merge an array into the actual options object.

o

$originalMessage : ezcBaseException
in file exception.php, variable ezcBaseException::$originalMessage
    Original message, before escaping
options.php
procedural page options.php
offsetExists : ezcBaseOptions
in file options.php, method ezcBaseOptions::offsetExists()
    Returns if an option exists.
offsetGet : ezcBaseOptions
in file options.php, method ezcBaseOptions::offsetGet()
    Returns an option value.
offsetSet : ezcBaseOptions
in file options.php, method ezcBaseOptions::offsetSet()
    Set an option.
offsetUnset : ezcBaseOptions
in file options.php, method ezcBaseOptions::offsetUnset()
    Unset an option.

p

$packageDir : ezcBase
in file base.php, variable ezcBase::$packageDir
$properties : ezcBaseOptions
in file options.php, variable ezcBaseOptions::$properties
    Container to hold the properties
property_not_found.php
procedural page property_not_found.php
property_permission.php
procedural page property_permission.php

r

$repositoryDirs : ezcBase
in file base.php, variable ezcBase::$repositoryDirs
requireFile : ezcBase
in file base.php, method ezcBase::requireFile()
    Tries to load the autoload array and, if loaded correctly, includes the class.
WRITE : ezcBasePropertyPermissionException
in file property_permission.php, class constant ezcBasePropertyPermissionException::WRITE
    Used when the property is write-only.
WRITE : ezcBaseFileException
in file file_exception.php, class constant ezcBaseFileException::WRITE

s

setting_not_found.php
procedural page setting_not_found.php
setting_value.php
procedural page setting_value.php
struct.php
procedural page struct.php
setPackageDir : ezcBase
in file base.php, method ezcBase::setPackageDir()
    Returns the path to the autoload directory. The path depends on the installation of the ezComponents. The SVN version has different paths than the PEAR installed version. (For now).

v

value.php
procedural page value.php

w

whatever.php
procedural page whatever.php

x

EXECUTE : ezcBaseFileException
in file file_exception.php, class constant ezcBaseFileException::EXECUTE
Last updated: Thu, 01 Nov 2007