PHP Interface Newscoop\Service\IErrorHandler

Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
error ( string $key ) Handle the error. The key of the error needs to be mapped as constant see previous implementations.
warning ( string $key ) Handle the warning. The key of the warning needs to be mapped as constant see previous implementations.

Method Details

error() public méthode

Handle the error. The key of the error needs to be mapped as constant see previous implementations.
public error ( string $key )
$key string The key of the error, which uniquelly identifies it, not null.

warning() public méthode

Handle the warning. The key of the warning needs to be mapped as constant see previous implementations.
public warning ( string $key )
$key string The key of the waning, which uniquelly identifies it, not null.