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

Class: Naos_Layout

Source Location: /Layout.php

Class Naos_Layout

Class Overview

Naos_Layout implements the rendering of a layout.

Located in /Layout.php [line 23]

Naos_View
   |
   --Naos_Layout
Author(s):
Information Tags:
Copyright:  Copyright (c) 2008 Jupiter GmbH
License:  http://www.naos-framework.com/website.naos.framework/en/license

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Naos_View

Naos_View::__construct()
Constructor; initializes Naos_View object
Naos_View::addBasePath()
Add an additional path to view resources
Naos_View::addPluginPath()
Naos_View::addTemplatePath()
Adds to the stack of view template paths in LIFO order.
Naos_View::assign()
Assign variables to the view script via differing strategies.
Naos_View::clearVars()
Clear all assigned variables
Naos_View::getEngine()
Return the template engine object
Naos_View::getScriptPaths()
Retrieve all view script paths
Naos_View::getTemplatePaths()
Returns an array of all currently set template paths
Naos_View::preRender()
Precompiles a view script.
Naos_View::render()
Processes a view script and returns the output.
Naos_View::setBasePath()
Set a base path to all view resources
Naos_View::setCompileHandler()
Sets a new compile handler
Naos_View::setScriptPath()
Set the path to find the view script used by render()
Naos_View::setTemplatePath()
Resets the stack of view script paths.
Naos_View::__isset()
Allows testing with empty() and isset() to work
Naos_View::__set()
Assign a variable to the view
Naos_View::__unset()
Allows unset() on object properties to work

[ Top ]
Method Summary
Naos_Layout   __construct()   Constructor
string   getLayoutConfig()   Returns the configuration of the layout
string   getLayoutId()   Returns the id of the layout
string   getLayoutTitle()   Returns the title of the layout
array   getLayoutViews()   Returns the view names
string   renderLayout()   Renders the layout

[ Top ]
Methods
Constructor __construct  [line 44]

  Naos_Layout __construct( string $layoutId  )

Constructor

Parameters:
string   $layoutId: 

API Tags:
Access:  public


Redefinition of:
Naos_View::__construct()
Constructor; initializes Naos_View object

[ Top ]
getLayoutConfig  [line 80]

  string getLayoutConfig( )

Returns the configuration of the layout


API Tags:
Access:  public


[ Top ]
getLayoutId  [line 71]

  string getLayoutId( )

Returns the id of the layout


API Tags:
Access:  public


[ Top ]
getLayoutTitle  [line 62]

  string getLayoutTitle( )

Returns the title of the layout


API Tags:
Access:  public


[ Top ]
getLayoutViews  [line 89]

  array getLayoutViews( )

Returns the view names


API Tags:
Access:  public


[ Top ]
renderLayout  [line 99]

  string renderLayout( )

Renders the layout


API Tags:
Access:  public


[ Top ]

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