Iblock
Table of Contents
Methods
- __callStatic() : mixed
- Event handler for multiple IBlock events
- prepareUrlToReplace() : mixed|string
- Replace some parts of URL-template, then not correct processing in replaceDetailUrl.
Methods
__callStatic()
Event handler for multiple IBlock events
public
static __callStatic(mixed $name, mixed $arguments) : mixed
Parameters
- $name : mixed
- $arguments : mixed
prepareUrlToReplace()
Replace some parts of URL-template, then not correct processing in replaceDetailUrl.
public
static prepareUrlToReplace(string $url[, null $siteId = null ]) : mixed|string
Parameters
- $url : string
-
- String of URL-template.
- $siteId : null = null
-
- In NULL - #SERVER_NAME# will not replaced.