getRan() public méthode

Get the ran mappings.
public getRan ( ) : array
Résultat array
Exemple #1
0
 public function run($path, array $options = [])
 {
     $files = $this->getMappingFiles($path);
     $ran = $this->repository->getRan();
     $mappings = array_diff($files, $ran);
     $this->requireFiles($path, $mappings);
     $this->runMappingList($mappings, $options);
 }