메소드 | 설명 | |
---|---|---|
getEndLine ( ) : integer | Gets the end line of the function. | |
getFilePath ( ) : string | Gets the file path where the function was declared. | |
getHash ( ) : string | Gets a hash of the function location. | |
getNamespace ( ) : string | null | Gets the namespace which the function was defined in. | |
getStartLine ( ) : integer | Gets the start line of the function. | |
inNamespace ( ) : boolean | Whether the function is defined in a namespace. |
public getFilePath ( ) : string | ||
리턴 | string |
public getNamespace ( ) : string | null | ||
리턴 | string | null |
public getStartLine ( ) : integer | ||
리턴 | integer |
public inNamespace ( ) : boolean | ||
리턴 | boolean |