PHP Class Trismegiste\Mondrian\Transform\Vertex\StaticAnalysis

Inheritance: extends Trismegiste\Mondrian\Graph\Vertex, implements Trismegiste\Mondrian\Transform\Vertex\Vizable, implements Trismegiste\Mondrian\Transform\Vertex\MetaInterface
ファイルを表示 Open project: trismegiste/mondrian

Protected Properties

Property Type Description
$metadata

Public Methods

Method Description
getAttribute ( )
getMeta ( $key )
hasMeta ( $key )
setMeta ( $key, $val )

Protected Methods

Method Description
compactFqcn ( string $str ) : string Compacts a FQCN by shortening the full "path"
getSpecific ( )

Method Details

compactFqcn() protected method

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

getAttribute() public method

public getAttribute ( )

getMeta() public method

public getMeta ( $key )

getSpecific() abstract protected method

abstract protected getSpecific ( )

hasMeta() public method

public hasMeta ( $key )

setMeta() public method

public setMeta ( $key, $val )

Property Details

$metadata protected_oe property

protected $metadata