Class: Doctrine_Search_Template

Source Location: /Doctrine/Search/Template.php

Class Doctrine_Search_Template

Class Overview

Doctrine_Search_Template

Located in /Doctrine/Search/Template.php [line 33]

Doctrine_Object
   |
   --Doctrine_Access
      |
      --Doctrine_Record_Abstract
         |
         --Doctrine_Template
            |
            --Doctrine_Search_Template
Author(s): Information Tags:
Version:  $Revision$
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Properties

Methods

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

Inherited From Doctrine_Record_Abstract

Doctrine_Record_Abstract::$_table

Inherited From Doctrine_Object

Doctrine_Object::$_null

Inherited From Doctrine_Template

Doctrine_Template::getTable()
getTable returns the associated table object
Doctrine_Template::setTable()
setTable
Doctrine_Template::setTableDefinition()
Doctrine_Template::setUp()

Inherited From Doctrine_Record_Abstract

Doctrine_Record_Abstract::actAs()
actAs loads a given plugin
Doctrine_Record_Abstract::addListener()
addListener
Doctrine_Record_Abstract::attribute()
attribute sets or retrieves an option
Doctrine_Record_Abstract::check()
check adds a check constraint
Doctrine_Record_Abstract::getListener()
getListener
Doctrine_Record_Abstract::hasColumn()
hasColumn sets a column definition
Doctrine_Record_Abstract::hasColumns()
Doctrine_Record_Abstract::hasMany()
hasMany binds One-to-Many / Many-to-Many aggregate relation
Doctrine_Record_Abstract::hasOne()
hasOne binds One-to-One aggregate relation
Doctrine_Record_Abstract::index()
index
Doctrine_Record_Abstract::loadTemplate()
loadTemplate
Doctrine_Record_Abstract::option()
option sets or retrieves an option
Doctrine_Record_Abstract::ownsMany()
ownsMany binds One-to-Many / Many-to-Many composite relation
Doctrine_Record_Abstract::ownsOne()
ownsOne binds One-to-One composite relation
Doctrine_Record_Abstract::setAttribute()
Doctrine_Record_Abstract::setInheritanceMap()
Doctrine_Record_Abstract::setListener()
setListener
Doctrine_Record_Abstract::setSubclasses()
Doctrine_Record_Abstract::setTableName()

Inherited From Doctrine_Access

Doctrine_Access::offsetExists()
Doctrine_Access::offsetGet()
offsetGet an alias of get()
Doctrine_Access::offsetSet()
sets $offset to $value
Doctrine_Access::offsetUnset()
unset a given offset
Doctrine_Access::setArray()
setArray
Doctrine_Access::__get()
__get -- an alias of get()
Doctrine_Access::__isset()
__isset()
Doctrine_Access::__set()
__set an alias of set()
Doctrine_Access::__unset()
__unset()

Inherited From Doctrine_Object

Doctrine_Object::getNullObject()
getNullObject returns the null object associated with this object
Doctrine_Object::initNullObject()
initNullObject initializes the null object

[ Top ]
Property Summary
mixed   $_search  

[ Top ]
Method Summary
Doctrine_Search_Template   __construct()  
void   setUp()  

[ Top ]
Properties
mixed   $_search [line 35]
API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 37]

  Doctrine_Search_Template __construct( $options  )

Parameters:
array   $options: 

API Tags:
Access:  public


[ Top ]
setUp  [line 41]

  void setUp( )


API Tags:
Access:  public


Redefinition of:
Doctrine_Template::setUp()

[ Top ]