Solar_Uri_Action::getQuery()

public string Solar_Uri_Action::getQuery ( void )

Returns the query portion as a string.

Inherited from Solar_Uri.

Parameters

  • None.

Returns

  • (string) The query string; e.g., foo=bar&baz=dib.

Description

Returns the query portion as a string.

When $_query is non-null, uses » http_build_query() on it; otherwise, returns the Solar_Uri::$_query_str property.



Local