PHP 클래스 Phan\Language\FQSEN\AbstractFQSEN

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

공개 메소드들

메소드 설명
__toString ( ) : string
canonicalName ( string $name ) : string
fromFullyQualifiedString ( string $fully_qualified_string ) : Phan\Language\FQSEN
fromStringInContext ( string $string, Context $context ) : Phan\Language\FQSEN
getName ( ) : string

보호된 메소드들

메소드 설명
__construct ( string $name )

메소드 상세

__construct() 보호된 메소드

protected __construct ( string $name )
$name string The name of this structural element

__toString() 추상적인 공개 메소드

abstract 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() 추상적인 공개 정적인 메소드

abstract public static fromFullyQualifiedString ( string $fully_qualified_string ) : Phan\Language\FQSEN
$fully_qualified_string string
리턴 Phan\Language\FQSEN

fromStringInContext() 추상적인 공개 정적인 메소드

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

getName() 공개 메소드

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