PHP Class skeeks\cms\components\ImagingUrlRule

Inheritance: extends yii\web\UrlRule
Show file Open project: skeeks-cms/cms

Public Properties

Property Type Description
$useLastDelimetr boolean Добавлять слэш на конце или нет

Public Methods

Method Description
createUrl ( UrlManager $manager, string $route, array $params ) : boolean | string
init ( )
parseRequest ( UrlManager $manager, Request $request ) : array | boolean

Method Details

createUrl() public method

public createUrl ( UrlManager $manager, string $route, array $params ) : boolean | string
$manager yii\web\UrlManager
$route string
$params array
return boolean | string

init() public method

public init ( )

parseRequest() public method

public parseRequest ( UrlManager $manager, Request $request ) : array | boolean
$manager yii\web\UrlManager
$request yii\web\Request
return array | boolean

Property Details

$useLastDelimetr public property

Добавлять слэш на конце или нет
public bool $useLastDelimetr
return boolean