getUrlBuilder(string $sBuilder) : \Contenido_UrlBuilder
string
For now, those are valid: front_content, custom, custom_path or a Userdefined UrlBuilder name. The name must be a subpart of the UrlBuilder class, e. g. 'MyUrlBuilder' for Contenido_UrlBuilder_MyUrlBuilder. The classfile must be named like Contenido_UrlBuilder_MyUrlBuilder.class.php and it must be reside in /contenido/classes/UrlBuilder/ folder.
\InvalidArgumentException |
In case unknown type of builder is requested you'll get an Exception |
---|