PHP Class Joli\Jane\Generator\Naming

...
Afficher le fichier Open project: jolicode/jane Class Usage Examples

Méthodes publiques

Méthode Description
getClassName ( $name ) : string Get a class name
getPrefixedMethodName ( $prefix, $name ) : string Get a method name given a prefix
getPropertyName ( $name ) : string Get a property name

Méthodes protégées

Méthode Description
replaceDollar ( $name ) : mixed

Method Details

getClassName() public méthode

Get a class name
public getClassName ( $name ) : string
$name
Résultat string

getPrefixedMethodName() public méthode

Get a method name given a prefix
public getPrefixedMethodName ( $prefix, $name ) : string
$prefix
$name
Résultat string

getPropertyName() public méthode

Get a property name
public getPropertyName ( $name ) : string
$name
Résultat string

replaceDollar() protected méthode

protected replaceDollar ( $name ) : mixed
$name
Résultat mixed