Ferreteria/v0.5/@cls/cKiosk: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{fmt/title|class <code>menu\cKiosk</code>}} | {{fmt/title|class <code>menu\cKiosk</code>}} | ||
* '''namespace''': {{l/same|menu}} | |||
==Methods== | ==Methods== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" |
Revision as of 15:24, 17 October 2022
class
menu\cKiosk |
- namespace: menu
Methods
access | function name | code (if short) | purpose |
---|---|---|---|
public | __construct(string $wp) | { $this->SetPath($wp); } | |
protected | SetPath(string $wp) | { $this->wp = ltrim($wp,'/'); } | make it a relative path |
public | GetAbsolutePath($doEndSlash) : string | ||
public | GetRelativePath(bool $doEndSlash) : string | ||
public | MakeURLFromString(string $sPath) : string | RETURNS: The full URL for the given input string
| |
public | GetInputString(bool $doEndSlash) : string | RETURNS: The string from which all input arguments may be parsed
| |
public | DumpFull() : string |