PHP Class Doctrine\Common\DataFixtures\Sorter\Vertex

Author: Marco Pivetta ([email protected])
Afficher le fichier Open project: doctrine/data-fixtures

Méthodes publiques

Свойство Type Description
$dependencyList Map of node dependencies defined as hashes.
$state one of either {@see \self::NOT_VISITED}, {@see \self::IN_PROGRESS} or {@see \self::VISITED}.
$value Actual node value

Méthodes publiques

Méthode Description
__construct ( Doctrine\ORM\Mapping\ClassMetadata $value )

Method Details

__construct() public méthode

public __construct ( Doctrine\ORM\Mapping\ClassMetadata $value )
$value Doctrine\ORM\Mapping\ClassMetadata

Property Details

$dependencyList public_oe property

Map of node dependencies defined as hashes.
public $dependencyList

$state public_oe property

one of either {@see \self::NOT_VISITED}, {@see \self::IN_PROGRESS} or {@see \self::VISITED}.
public $state

$value public_oe property

Actual node value
public $value