PHP 클래스 MetaURL

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
__get ( $p_property )
__set ( $p_property, $p_value )
get_parameter ( string $p_parameterName ) : string Returns the value of the given parameter
reset_parameter ( string $p_parameterName ) : boolean Resets the given parameter (sets it's value to null). Returns true if the parameter can be set (is not a restricted parameter name), false otherwise.
reset_parameters ( ) : boolean Resets all query parameters. Returns true if the parameter can be set (is not a restricted parameter name), false otherwise.
set_parameter ( string $p_parameterName, string $p_parameterValue ) : boolean Sets the given parameter to the given value. Returns true if the parameter can be set (is not a restricted parameter name), false otherwise.

보호된 메소드들

메소드 설명
trigger_invalid_property_error ( $p_property, $p_smarty = null )

비공개 메소드들

메소드 설명
getBase ( )
getFormParameters ( )
getPath ( )
getQuery ( )
getRelativeBase ( )
getRequestURI ( )
getURI ( )
getURIPath ( )
getURL ( )
getURLParameters ( )
getURLType ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__get() 공개 메소드

public __get ( $p_property )

__set() 최종 공개 메소드

final public __set ( $p_property, $p_value )

get_parameter() 최종 공개 메소드

Returns the value of the given parameter
final public get_parameter ( string $p_parameterName ) : string
$p_parameterName string
리턴 string

reset_parameter() 최종 공개 메소드

Resets the given parameter (sets it's value to null). Returns true if the parameter can be set (is not a restricted parameter name), false otherwise.
final public reset_parameter ( string $p_parameterName ) : boolean
$p_parameterName string
리턴 boolean

reset_parameters() 최종 공개 메소드

Resets all query parameters. Returns true if the parameter can be set (is not a restricted parameter name), false otherwise.
final public reset_parameters ( ) : boolean
리턴 boolean

set_parameter() 최종 공개 메소드

Sets the given parameter to the given value. Returns true if the parameter can be set (is not a restricted parameter name), false otherwise.
final public set_parameter ( string $p_parameterName, string $p_parameterValue ) : boolean
$p_parameterName string
$p_parameterValue string
리턴 boolean

trigger_invalid_property_error() 최종 보호된 메소드

final protected trigger_invalid_property_error ( $p_property, $p_smarty = null )