Jelix 1.8.11

EntryPointUrlModifier
in package

Tags

Table of Contents

$mapModifier  : XmlMapModifier
$module  : string
__construct()  : mixed
havingName()  : EntryPointUrlModifier
havingNameIfExists()  : EntryPointUrlModifier
havingType()  : EntryPointUrlModifier
havingTypeIfExists()  : EntryPointUrlModifier
_havingName()  : $this
_havingType()  : $this

Properties

Methods

_havingName()

protected _havingName(string $entryPointName, array<string|int, AbstractEntry&$urlMap[, bool $errorIfMissing = true ]) : $this
Parameters
$entryPointName : string
$urlMap : array<string|int, AbstractEntry>
$errorIfMissing : bool = true
Tags
throws
Exception
Return values
$this

_havingType()

protected _havingType(string $entryPointType, array<string|int, AbstractEntry&$urlMap[, bool $errorIfMissing = true ]) : $this
Parameters
$entryPointType : string
$urlMap : array<string|int, AbstractEntry>
$errorIfMissing : bool = true
Tags
throws
Exception
Return values
$this

Search results