PHP Class PhpSchool\LearnYouPhp\Exercise\FilteredLs

Author: Aydin Hassan ([email protected])
Inheritance: extends PhpSchool\PhpWorkshop\Exercise\AbstractExercise, implements PhpSchool\PhpWorkshop\Exercise\ExerciseInterface, implements PhpSchool\PhpWorkshop\Exercise\CliExercise, use trait PhpSchool\PhpWorkshop\Exercise\TemporaryDirectoryTrait
Afficher le fichier Open project: php-school/learn-you-php Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\Filesystem\Filesystem $filesystem )
getArgs ( ) : array
getDescription ( ) : string
getName ( ) : string
getType ( ) : PhpSchool\PhpWorkshop\Exercise\ExerciseType
tearDown ( ) : null

Method Details

__construct() public méthode

public __construct ( Symfony\Component\Filesystem\Filesystem $filesystem )
$filesystem Symfony\Component\Filesystem\Filesystem

getArgs() public méthode

public getArgs ( ) : array
Résultat array

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getType() public méthode

public getType ( ) : PhpSchool\PhpWorkshop\Exercise\ExerciseType
Résultat PhpSchool\PhpWorkshop\Exercise\ExerciseType

tearDown() public méthode

public tearDown ( ) : null
Résultat null