ZendDiagnostics\Check\PDOCheck::getLabel PHP Method

getLabel() public method

public getLabel ( ) : string
return string
    public function getLabel()
    {
        return sprintf('Check if %s can be reached', $this->dsn);
    }