Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Opis
Closure
Analyzer
PHP 클래스 Opis\Closure\Analyzer
상속:
extends
SuperClosure\Analyzer\ClosureAnalyzer
파일 보기
프로젝트 열기: opis/closure
공개 메소드들
메소드
설명
analyze
(
Closure
$closure
) :
array
Analyzer a given closure.
보호된 메소드들
메소드
설명
determineCode
(
array
&
$data
) :
mixed
determineContext
(
array
&
$data
) :
mixed
메소드 상세
analyze()
공개
메소드
Analyzer a given closure.
public
analyze
(
Closure
$closure
) :
array
$closure
Closure
리턴
array
determineCode()
보호된
메소드
protected
determineCode
(
array
&
$data
) :
mixed
$data
array
리턴
mixed
determineContext()
보호된
메소드
protected
determineContext
(
array
&
$data
) :
mixed
$data
array
리턴
mixed