PHP 클래스 ContactController

상속: extends Zend_Controller_Action
파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$feedback FeedbackService

공개 메소드들

메소드 설명
actionFaq ( )
actionFaqView ( $id )
actionIndex ( null $type = null )
actions ( ) : array
init ( )

메소드 상세

actionFaq() 공개 메소드

public actionFaq ( )

actionFaqView() 공개 메소드

public actionFaqView ( $id )
$id

actionIndex() 공개 메소드

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

actions() 공개 메소드

public actions ( ) : array
리턴 array

init() 공개 메소드

public init ( )

프로퍼티 상세

$feedback 보호되어 있는 프로퍼티

protected FeedbackService $feedback
리턴 FeedbackService