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

Class: SimpleGallery_Action_Abstract

Source Location: /Action/Abstract.php

Class Overview


Simple Gallery action interface


Author(s):

Variables

Methods


Child classes:

SimpleGallery_Action_404
Simple Gallery 404 page not found action
SimpleGallery_Action_Browse
Simple Gallery browse action
SimpleGallery_Action_Thumb
Simple Gallery create thumbnail action
SimpleGallery_Action_View
Simple Gallery view image action

Class Details

[line 22]
Simple Gallery action interface



Tags:

abstract:  


[ Top ]


Class Variables

$_params = array()

[line 29]

Action parameters



Tags:

access:  protected

Type:   array


[ Top ]

$_path =

[line 36]

Current path



Tags:

access:  protected

Type:   string


[ Top ]



Class Methods


method run [line 44]

void run( [ $params = array()])

Main run method



Tags:

access:  public


Overridden in child classes as:

SimpleGallery_Action_404::run()
Main run method
SimpleGallery_Action_Browse::run()
Main run method
SimpleGallery_Action_Thumb::run()
Main run method
SimpleGallery_Action_View::run()
Main run method

Parameters:

array   $params   The action parameters

[ Top ]

method _cleanDirectoryPath [line 77]

string _cleanDirectoryPath( string $path)

Clean directory path



Tags:

access:  protected


Parameters:

string   $path   The directory path

[ Top ]

method _displayFooter [line 89]

void _displayFooter( )

Display footer



Tags:

access:  protected


Overridden in child classes as:

SimpleGallery_Action_Browse::_displayFooter()
Display footer
SimpleGallery_Action_View::_displayFooter()
Display footer

[ Top ]

method _getTitle [line 105]

string _getTitle( string $name)

Get title from file name



Tags:

return:  The formatted title
access:  protected


Parameters:

string   $name   The name to get the formatted title for

[ Top ]

method _setPath [line 57]

void _setPath( )

Set path from params



Tags:

access:  protected


[ Top ]


Documentation generated on Fri, 18 Feb 2011 19:38:53 +0200 by phpDocumentor 1.4.3