Element index for package MediaSearch_Interface
[ a ]
[ c ]
[ e ]
[ f ]
[ m ]
[ v ]
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
top
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
|
|