PHP 클래스 LeanMapper\Connection

저자: Vojtěch Kohout
상속: extends Dibi\Connection
파일 보기 프로젝트 열기: tharos/leanmapper 1 사용 예제들

공개 메소드들

메소드 설명
command ( ) : Fluent Creates new instance of Fluent
getFilterCallback ( string $name ) : callable Gets callable filter's callback
getWiringSchema ( string $filterName ) : string Gets wiring schema
hasFilter ( string $name ) : boolean
registerFilter ( string $name, mixed $callback, string | integer | null $wiringSchema = null ) Registers new filter

비공개 메소드들

메소드 설명
checkFilterExistence ( string $name )
translateWiringSchema ( string | integer | null $wiringSchema ) : string

메소드 상세

command() 공개 메소드

Creates new instance of Fluent
public command ( ) : Fluent
리턴 Fluent

getFilterCallback() 공개 메소드

Gets callable filter's callback
public getFilterCallback ( string $name ) : callable
$name string
리턴 callable

getWiringSchema() 공개 메소드

Gets wiring schema
public getWiringSchema ( string $filterName ) : string
$filterName string
리턴 string

hasFilter() 공개 메소드

public hasFilter ( string $name ) : boolean
$name string
리턴 boolean

registerFilter() 공개 메소드

Registers new filter
public registerFilter ( string $name, mixed $callback, string | integer | null $wiringSchema = null )
$name string
$callback mixed
$wiringSchema string | integer | null