PHP Class Hal\MutaTesting\Cache\UnitInfo

Datei anzeigen Open project: halleck45/mutatesting Class Usage Examples

Public Methods

Method Description
__construct ( )
flush ( )
get ( Hal\MutaTesting\Test\UnitInterface $unit )
has ( Hal\MutaTesting\Test\UnitInterface $unit )
persist ( Hal\MutaTesting\Test\UnitInterface $unit )
refresh ( )

Method Details

__construct() public method

public __construct ( )

flush() public method

public flush ( )

get() public method

public get ( Hal\MutaTesting\Test\UnitInterface $unit )
$unit Hal\MutaTesting\Test\UnitInterface

has() public method

public has ( Hal\MutaTesting\Test\UnitInterface $unit )
$unit Hal\MutaTesting\Test\UnitInterface

persist() public method

public persist ( Hal\MutaTesting\Test\UnitInterface $unit )
$unit Hal\MutaTesting\Test\UnitInterface

refresh() public method

public refresh ( )