PHP 클래스 Trismegiste\Mondrian\Transform\Vertex\StaticAnalysis

상속: extends Trismegiste\Mondrian\Graph\Vertex, implements Trismegiste\Mondrian\Transform\Vertex\Vizable, implements Trismegiste\Mondrian\Transform\Vertex\MetaInterface
파일 보기 프로젝트 열기: trismegiste/mondrian

보호된 프로퍼티들

프로퍼티 타입 설명
$metadata

공개 메소드들

메소드 설명
getAttribute ( )
getMeta ( $key )
hasMeta ( $key )
setMeta ( $key, $val )

보호된 메소드들

메소드 설명
compactFqcn ( string $str ) : string Compacts a FQCN by shortening the full "path"
getSpecific ( )

메소드 상세

compactFqcn() 보호된 메소드

Compacts a FQCN by shortening the full "path"
protected compactFqcn ( string $str ) : string
$str string the FQCN
리턴 string a compacted form of the FQCN

getAttribute() 공개 메소드

public getAttribute ( )

getMeta() 공개 메소드

public getMeta ( $key )

getSpecific() 추상적인 보호된 메소드

abstract protected getSpecific ( )

hasMeta() 공개 메소드

public hasMeta ( $key )

setMeta() 공개 메소드

public setMeta ( $key, $val )

프로퍼티 상세

$metadata 보호되어 있는 프로퍼티

protected $metadata