PHP 클래스 Phan\Language\FQSEN\FullyQualifiedMethodName

상속: extends FullyQualifiedClassElement, implements Phan\Language\FQSEN\FullyQualifiedFunctionLikeName
파일 보기 프로젝트 열기: etsy/phan 1 사용 예제들

공개 메소드들

메소드 설명
canonicalName ( string $name ) : string
isClosure ( ) : boolean

메소드 상세

canonicalName() 공개 정적인 메소드

public static canonicalName ( string $name ) : string
$name string
리턴 string The canonical representation of the name of the object. Functions and Methods, for instance, lowercase their names.

isClosure() 공개 메소드

public isClosure ( ) : boolean
리턴 boolean True if this FQSEN represents a closure