Nooku_Components
[ class tree: Nooku_Components ] [ index: Nooku_Components ] [ all elements ]

Class: ComDefaultViewHtml

Source Location: /administrator/components/com_default/views/html.php

Class Overview

KObject
   |
   --KViewAbstract
      |
      --KViewTemplate
         |
         --KViewHtml
            |
            --KViewDefault
               |
               --ComDefaultViewHtml

Default Html View


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: KViewHtml

KViewHtml::display()
Return the views output
KViewHtml::getRoute()
Get a route based on a full or partial query string.
KViewHtml::_initialize()
Initializes the config for the object

Class: KViewTemplate

KViewTemplate::__construct()
Constructor
KViewTemplate::assign()
Assigns variables to the view script via differing strategies.
KViewTemplate::display()
Return the views output
KViewTemplate::escape()
Escapes a value for output in a view script.
KViewTemplate::getLayout()
Get the layout.
KViewTemplate::getMediaUrl()
Get the view media url
KViewTemplate::getTemplate()
Get the identifier for the template with the same name
KViewTemplate::setEscape()
Sets the _escape() callback.
KViewTemplate::setLayout()
Sets the layout name
KViewTemplate::setTemplate()
Method to set a template object attached to the view
KViewTemplate::_initialize()
Initializes the config for the object
KViewTemplate::__call()
Supports a simple form of Fluent Interfaces. Allows you to assign variables to the view by using the variable name as the method name. If the method name is a setter method the setter will be called instead.
KViewTemplate::__get()
Get a view property
KViewTemplate::__set()
Set a view properties
KViewTemplate::__toString()
Execute and return the views output

Class: KViewAbstract

KViewAbstract::__construct()
Constructor
KViewAbstract::display()
Return the views output
KViewAbstract::getBaseUrl()
Get the view base url
KViewAbstract::getFormat()
Get the format
KViewAbstract::getLayout()
Get the layout.
KViewAbstract::getModel()
Get the model object attached to the contoller
KViewAbstract::getName()
Get the name
KViewAbstract::getRoute()
Get a route based on a full or partial query string
KViewAbstract::setLayout()
Sets the layout name to use
KViewAbstract::setModel()
Method to set a model object attached to the view
KViewAbstract::_initialize()
Initializes the config for the object
KViewAbstract::__toString()
Returns the views output

Class: KObject

KObject::__construct()
Constructor
KObject::get()
Get the object properties
KObject::getHandle()
Get a handle for this object
KObject::getIdentifier()
Gets the service identifier.
KObject::getMethods()
Get a list of all the available methods
KObject::getService()
Get an instance of a class based on a class identifier only creating it if it does not exist yet.
KObject::inherits()
Checks if the object or one of it's mixin's inherits from a class.
KObject::mixin()
Mixin an object
KObject::set()
Set the object properties
KObject::_initialize()
Initializes the options for the object
KObject::__call()
Search the mixin method map and call the method or trigger an error
KObject::__clone()
Preform a deep clone of the object.

Class Details

[line 19]
Default Html View



Tags:

author:  Johan Janssens <johan@nooku.org>


[ Top ]


Class Methods


constructor __construct [line 26]

ComDefaultViewHtml __construct( $config)

Constructor



Tags:

access:  public


Overrides KViewTemplate::__construct() (Constructor)

Parameters:

object An   $config   optional KConfig object with configuration options

[ Top ]

method _initialize [line 43]

void _initialize( $config)

Initializes the configuration for the object

Called from __construct() as a first step of object instantiation.




Tags:

access:  protected


Overrides KViewHtml::_initialize() (Initializes the config for the object)

Parameters:

array   $config   Configuration settings

[ Top ]


Documentation generated on Mon, 20 May 2013 03:02:31 +0200 by phpDocumentor 1.4.3