PHP Class DataSift\Storyplayer\PlayerLib\Prose_Loader

Datei anzeigen Open project: datasift/storyplayer Class Usage Examples

Public Methods

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

Protected Methods

Method 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 method

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

determineProseClassFor() public method

public determineProseClassFor ( $methodName ) : string
return string

loadProse() public method

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

setNamespaces() public method

public setNamespaces ( $namespaces = [] ) : void
return void