phpDocumentor Naos
[ class tree: Naos ] [ index: Naos ] [ all elements ]

Element index for package Naos

Package indexes

[ a ] [ c ] [ f ] [ g ] [ l ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ x ] [ _ ]

_

_

__construct
in file VPath.php, method Naos_VPath::__construct()
    Constructor
__construct
in file Config.php, method Naos_Config::__construct()
    Constructor
__construct
in file View.php, method Naos_View::__construct()
    Constructor; initializes Naos_View object
__construct
in file Layout.php, method Naos_Layout::__construct()
    Constructor
__construct
in file URL.php, method Naos_URL::__construct()
__isset
in file View.php, method Naos_View::__isset()
    Allows testing with empty() and isset() to work
__set
in file View.php, method Naos_View::__set()
    Assign a variable to the view
__unset
in file View.php, method Naos_View::__unset()
    Allows unset() on object properties to work
a

a

addBasePath
in file View.php, method Naos_View::addBasePath()
    Add an additional path to view resources
addPluginPath
in file View.php, method Naos_View::addPluginPath()
addTemplatePath
in file View.php, method Naos_View::addTemplatePath()
    Adds to the stack of view template paths in LIFO order.
assign
in file View.php, method Naos_View::assign()
    Assign variables to the view script via differing strategies.
c

c

Cache.php
procedural page Cache.php
clearVars
in file View.php, method Naos_View::clearVars()
    Clear all assigned variables
Config.php
procedural page Config.php
C_APPLICATION
in file VPath.php, class constant Naos_VPath::C_APPLICATION
C_NAOS
in file VPath.php, class constant Naos_VPath::C_NAOS
    Context constants
f

f

fetch
in file Cache.php, method Naos_Cache::fetch()
    Fetches a variable from the cache
g

g

generateAjaxURL
in file URL.php, method Naos_URL::generateAjaxURL()
generateDefaultURL
in file URL.php, method Naos_URL::generateDefaultURL()
generateDirectURL
in file URL.php, method Naos_URL::generateDirectURL()
generateFullRequestURL
in file URL.php, method Naos_URL::generateFullRequestURL()
generateFullURL
in file URL.php, method Naos_URL::generateFullURL()
getAjaxURL
in file URL.php, method Naos_URL::getAjaxURL()
getContext
in file VPath.php, method Naos_VPath::getContext()
    Returns the context of the naos path object
getDefaultURL
in file URL.php, method Naos_URL::getDefaultURL()
getDirectURL
in file URL.php, method Naos_URL::getDirectURL()
getEngine
in file View.php, method Naos_View::getEngine()
    Return the template engine object
getLayoutConfig
in file Layout.php, method Naos_Layout::getLayoutConfig()
    Returns the configuration of the layout
getLayoutId
in file Layout.php, method Naos_Layout::getLayoutId()
    Returns the id of the layout
getLayoutTitle
in file Layout.php, method Naos_Layout::getLayoutTitle()
    Returns the title of the layout
getLayoutViews
in file Layout.php, method Naos_Layout::getLayoutViews()
    Returns the view names
getParsedVirtualURL
in file URL.php, method Naos_URL::getParsedVirtualURL()
getPath
in file VPath.php, method Naos_VPath::getPath()
    Returns the path of the naos path object
getScriptPaths
in file View.php, method Naos_View::getScriptPaths()
    Retrieve all view script paths
getTemplatePaths
in file View.php, method Naos_View::getTemplatePaths()
    Returns an array of all currently set template paths
getType
in file VPath.php, method Naos_VPath::getType()
    Returns the type of the naos path object
l

l

Layout.php
procedural page Layout.php
n

n

naospath
in file VPath.php, method Naos_VPath::naospath()
    Returns a naos path object corresponding to the real path
Naos_Cache
in file Cache.php, class Naos_Cache
    Naos_Cache is an abstraction layer for caching; it tries to use the fastest method available.
NAOS_CACHE_USE_APC
in file Cache.php, constant NAOS_CACHE_USE_APC
Naos_Config
in file Config.php, class Naos_Config
    Naos_Config is a wrapper for Zend_Config_Xml and Zend_Config_Ini and implements a caching feature for config files.
NAOS_CONFIG_CACHE_CHECK_STORETIME
in file Config.php, constant NAOS_CONFIG_CACHE_CHECK_STORETIME
NAOS_CONFIG_CACHE_PREFIX
in file Config.php, constant NAOS_CONFIG_CACHE_PREFIX
NAOS_CONFIG_CACHE_TTL
in file Config.php, constant NAOS_CONFIG_CACHE_TTL
Naos_Layout
in file Layout.php, class Naos_Layout
    Naos_Layout implements the rendering of a layout.
Naos_Path
in file Path.php, class Naos_Path
    Naos_Path is a helper for file access
Naos_String
in file String.php, class Naos_String
    Naos_String implements some string helper functions.
Naos_URL
in file URL.php, class Naos_URL
    Naos_URL
Naos_View
in file View.php, class Naos_View
    Naos_View is a Smarty wrapper for Zend_View style usage.
Naos_VPath
in file VPath.php, class Naos_VPath
    Naos_VPath maps a virtual path to a real path (system path).
p

p

parseVirtualURL
in file URL.php, method Naos_URL::parseVirtualURL()
Path.php
procedural page Path.php
preRender
in file View.php, method Naos_View::preRender()
    Precompiles a view script.
r

r

realpath
in file VPath.php, method Naos_VPath::realpath()
    Returns the real path of the specified context, type and path
realpath
in file Path.php, method Naos_Path::realpath()
    Same as php realpath but also works with non-existent paths!
render
in file View.php, method Naos_View::render()
    Processes a view script and returns the output.
renderLayout
in file Layout.php, method Naos_Layout::renderLayout()
    Renders the layout
resolve
in file VPath.php, method Naos_VPath::resolve()
    Resolves the naos path object to a real path http://www.php.net/realpath
s

s

setBasePath
in file View.php, method Naos_View::setBasePath()
    Set a base path to all view resources
setCompileHandler
in file View.php, method Naos_View::setCompileHandler()
    Sets a new compile handler
setScriptPath
in file View.php, method Naos_View::setScriptPath()
    Set the path to find the view script used by render()
setTemplatePath
in file View.php, method Naos_View::setTemplatePath()
    Resets the stack of view script paths.
setVirtualURL
in file URL.php, method Naos_URL::setVirtualURL()
store
in file Cache.php, method Naos_Cache::store()
    Stores a variable to the cache
storetime
in file Cache.php, method Naos_Cache::storetime()
    Retrieves store time of a cache object
String.php
procedural page String.php
strpos
in file String.php, method Naos_String::strpos()
    Finds $needle in $haystack. If $needle is an array, the minimum of all positions is returned.
t

t

T_CACHE
in file VPath.php, class constant Naos_VPath::T_CACHE
    Type constants
T_CONFIGURATION
in file VPath.php, class constant Naos_VPath::T_CONFIGURATION
T_DEFINITION
in file VPath.php, class constant Naos_VPath::T_DEFINITION
T_LAYOUT
in file VPath.php, class constant Naos_VPath::T_LAYOUT
T_LIBRARY
in file VPath.php, class constant Naos_VPath::T_LIBRARY
T_MODULE
in file VPath.php, class constant Naos_VPath::T_MODULE
T_TRANSLATION
in file VPath.php, class constant Naos_VPath::T_TRANSLATION
T_WEB
in file VPath.php, class constant Naos_VPath::T_WEB
u

u

URL.php
procedural page URL.php
v

v

valueToArray
in file Config.php, method Naos_Config::valueToArray()
valueToKeyArray
in file Config.php, method Naos_Config::valueToKeyArray()
valueToPairArray
in file Config.php, method Naos_Config::valueToPairArray()
View.php
procedural page View.php
VPath.php
procedural page VPath.php
x

x

xpathescape
in file String.php, method Naos_String::xpathescape()

Documentation generated on Sat, 13 Sep 2008 01:40:32 -0400 by phpDocumentor 1.4.0