PHP 클래스 MetaActionSearch_Articles

상속: extends MetaAction
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
__construct ( array $p_input ) Reads the input parameters and sets up the articles search action.
__get ( string $p_property ) : mixed Returns the value of the given property; throws InvalidPropertyHandlerException if the property didn't exist.
takeAction ( CampContext &$p_context ) : boolean Performs the action; returns true on success, false on error.

메소드 상세

__construct() 공개 메소드

Reads the input parameters and sets up the articles search action.
public __construct ( array $p_input )
$p_input array

__get() 공개 메소드

Returns the value of the given property; throws InvalidPropertyHandlerException if the property didn't exist.
public __get ( string $p_property ) : mixed
$p_property string
리턴 mixed

takeAction() 공개 메소드

Performs the action; returns true on success, false on error.
public takeAction ( CampContext &$p_context ) : boolean
$p_context CampContext - the current context object
리턴 boolean