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

Element index for package MediaSearch_Interface

[ a ] [ c ] [ e ] [ f ] [ m ] [ v ]

a

acceptVisitor
in file Visitable.php, method MediaSearch_Interface_Visitable::acceptVisitor()
    Acceptps any visitor implementing MediaSearch_Interface_Visitor.
top

c

construct
in file Factory.php, method MediaSearch_Interface_Factory::construct()
    Each faytory need to implement this method as main entry point. This method should create in some way that object(s) you want from the factory.
Command.php
procedural page Command.php
top

e

execute
in file Command.php, method MediaSearch_Interface_Command::execute()
    Executes the object.
top

f

Factory.php
procedural page Factory.php
top

m

MediaSearch_Interface_Command
in file Command.php, class MediaSearch_Interface_Command
    This interface describes the methods for executable command objects.
MediaSearch_Interface_Factory
in file Factory.php, class MediaSearch_Interface_Factory
    This interface describes the methods for any factory class used in MediaSearch. A Factory is a class which constructs some objects for you. This interface unifies factories.
MediaSearch_Interface_Visitable
in file Visitable.php, class MediaSearch_Interface_Visitable
    Objects implementing this interface are visitable by any objects implementing the MediaSearch_Interface_Visitor. This interface is part of the visitor pattern implementation in MediaSearch. See GoF for more Information.
MediaSearch_Interface_Visitor
in file Visitor.php, class MediaSearch_Interface_Visitor
    A visitor is an object which can visit other objects which implements MediaSearch_Interface_Visitable. See visitor pattern from GoF for more Information.
top

v

Visitable.php
procedural page Visitable.php
Visitor.php
procedural page Visitor.php
visit
in file Visitor.php, method MediaSearch_Interface_Visitor::visit()
    If a visitable object accepts the visior it should call this method with $this, or with all other visitable properties which are in interest for the visitor.
top

Documentation generated on Mon, 17 Aug 2009 14:50:58 +0200 by phpDocumentor 1.4.2