PHP Class DataSift\Storyplayer\PlayerLib\Prose_Loader

Afficher le fichier Open project: datasift/storyplayer Class Usage Examples

Méthodes publiques

Méthode Description
determineProseClassFor ( $methodName ) : string
loadProse ( StoryTeller $st, string $className, $constructorArgs )
setNamespaces ( $namespaces = [] ) : void

Méthodes protégées

Méthode Description
convertMethodNameToWords ( string $methodName ) : array this needs moving into its own trait perhaps, or into a static inside the Stone library

Method Details

convertMethodNameToWords() protected méthode

this needs moving into its own trait perhaps, or into a static inside the Stone library
protected convertMethodNameToWords ( string $methodName ) : array
$methodName string
Résultat array

determineProseClassFor() public méthode

public determineProseClassFor ( $methodName ) : string
Résultat string

loadProse() public méthode

public loadProse ( StoryTeller $st, string $className, $constructorArgs )
$st StoryTeller
$className string

setNamespaces() public méthode

public setNamespaces ( $namespaces = [] ) : void
Résultat void