Méthode | Description | |
---|---|---|
__construct ( $delimiter, |
||
convert ( string $name ) : string | Convert a name into this name spec. | |
getDelimiter ( ) : string | Get the delimiter. | |
getScheme ( ) : |
Get the scheme. | |
setDelimiter ( string $delimiter ) : |
Set the delimiter. | |
setScheme ( |
Set the scheme. | |
valid ( string $name ) : boolean | Test that a name is valid for this scheme. |
public __construct ( $delimiter, |
||
$scheme |
public getDelimiter ( ) : string | ||
Résultat | string | Returns the delimiter. |
public getScheme ( ) : |
||
Résultat | Returns the scheme. |
public setDelimiter ( string $delimiter ) : |
||
$delimiter | string | |
Résultat | Returns `$this` for fluent calls. |
public setScheme ( |
||
$scheme | ||
Résultat | Returns `$this` for fluent calls. |