Newscoop\Service\IErrorHandler::warning PHP Метод

warning() публичный Метод

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.
    function warning($key);
IErrorHandler