PHP Class Trismegiste\Mondrian\Graph\Vertex

Mostra file Open project: trismegiste/mondrian

Protected Properties

Property Type Description
$name

Public Methods

Method Description
__construct ( string $name ) Construct the vertex with its name (preferably unique)
getName ( )

Method Details

__construct() public method

Construct the vertex with its name (preferably unique)
public __construct ( string $name )
$name string

getName() public method

public getName ( )

Property Details

$name protected_oe property

protected $name