PHP 클래스 DataSift\Storyplayer\PlayerLib\Prose_Loader

저자: Stuart Herbert ([email protected])
파일 보기 프로젝트 열기: datasift/storyplayer 1 사용 예제들

공개 메소드들

메소드 설명
determineProseClassFor ( $methodName ) : string
loadProse ( StoryTeller $st, string $className, $constructorArgs )
setNamespaces ( $namespaces = [] ) : void

보호된 메소드들

메소드 설명
convertMethodNameToWords ( string $methodName ) : array this needs moving into its own trait perhaps, or into a static inside the Stone library

메소드 상세

convertMethodNameToWords() 보호된 메소드

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

determineProseClassFor() 공개 메소드

public determineProseClassFor ( $methodName ) : string
리턴 string

loadProse() 공개 메소드

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

setNamespaces() 공개 메소드

public setNamespaces ( $namespaces = [] ) : void
리턴 void