PHP 클래스 lithium\console\command\create\Mock

li3 create mock model Post li3 create --library=li3_plugin mock model Post
상속: extends lithium\console\command\Create
파일 보기 프로젝트 열기: unionofrad/lithium 1 사용 예제들

보호된 메소드들

메소드 설명
_class ( string $request ) : string Get the class name for the mock.
_methods ( string $request ) : string Get the methods for the mock to override
_namespace ( string $request, array | string $options = [] ) : string Get the namespace for the mock.
_parent ( string $request ) : string Get the parent for the mock.

메소드 상세

_class() 보호된 메소드

Get the class name for the mock.
protected _class ( string $request ) : string
$request string
리턴 string

_methods() 보호된 메소드

Get the methods for the mock to override
protected _methods ( string $request ) : string
$request string
리턴 string

_namespace() 보호된 메소드

Get the namespace for the mock.
protected _namespace ( string $request, array | string $options = [] ) : string
$request string
$options array | string
리턴 string

_parent() 보호된 메소드

Get the parent for the mock.
protected _parent ( string $request ) : string
$request string
리턴 string