PHP 인터페이스 Phan\Language\FQSEN

파일 보기 프로젝트 열기: etsy/phan 0 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string
canonicalName ( string $name ) : string
fromFullyQualifiedString ( string $fully_qualified_string ) : static
fromStringInContext ( string $string, Context $context ) : static
getCanonicalFQSEN ( ) : static
getName ( ) : string

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string A string representation of this fully-qualified structural element name.

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.

fromFullyQualifiedString() 공개 정적인 메소드

public static fromFullyQualifiedString ( string $fully_qualified_string ) : static
$fully_qualified_string string
리턴 static

fromStringInContext() 공개 정적인 메소드

public static fromStringInContext ( string $string, Context $context ) : static
$string string
$context Context The context in which the FQSEN string was found
리턴 static

getCanonicalFQSEN() 공개 메소드

public getCanonicalFQSEN ( ) : static
리턴 static Get the canonical (non-alternate) FQSEN associated with this FQSEN

getName() 공개 메소드

public getName ( ) : string
리턴 string The class associated with this FQSEN or null if not defined