PHP Class ContactController, yupe

Inheritance: extends Zend_Controller_Action
Exibir arquivo Open project: yupe/yupe Class Usage Examples

Protected Properties

Property Type Description
$feedback FeedbackService

Public Methods

Method Description
actionFaq ( )
actionFaqView ( $id )
actionIndex ( null $type = null )
actions ( ) : array
init ( )

Method Details

actionFaq() public method

public actionFaq ( )

actionFaqView() public method

public actionFaqView ( $id )
$id

actionIndex() public method

public actionIndex ( null $type = null )
$type null

actions() public method

public actions ( ) : array
return array

init() public method

public init ( )

Property Details

$feedback protected_oe property

protected FeedbackService $feedback
return FeedbackService