PHP Class PhpSchool\LearnYouPhp\Exercise\HttpJsonApi

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

Méthodes publiques

Méthode Description
getDescription ( ) : string
getName ( ) : string
getRequests ( ) : Psr\Http\Message\RequestInterface[]
getType ( ) : PhpSchool\PhpWorkshop\Exercise\ExerciseType

Method Details

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getRequests() public méthode

public getRequests ( ) : Psr\Http\Message\RequestInterface[]
Résultat Psr\Http\Message\RequestInterface[]

getType() public méthode

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