PHP Class Flitch\Rule\Naming\Constants

Inheritance: extends Flitch\Rule\AbstractRule
Afficher le fichier Open project: dasprid/flitch Class Usage Examples

Protected Properties

Свойство Type Description
$format type Constant name format.

Méthodes publiques

Méthode Description
getListenerTokens ( ) : array getListenerTokens(): defined by TokenRuleInterface.
setFormat ( string $format ) : Constants Set format.
visitToken ( File $file ) : void visitToken(): defined by TokenRuleInterface.

Method Details

getListenerTokens() public méthode

getListenerTokens(): defined by TokenRuleInterface.
See also: TokenRuleInterface::getListenerTokens()
public getListenerTokens ( ) : array
Résultat array

setFormat() public méthode

Set format.
public setFormat ( string $format ) : Constants
$format string
Résultat Constants

visitToken() public méthode

visitToken(): defined by TokenRuleInterface.
See also: TokenRuleInterface::visitToken()
public visitToken ( File $file ) : void
$file Flitch\File\File
Résultat void

Property Details

$format protected_oe property

Constant name format.
protected type $format
Résultat type