Components_Qc_Task_Dcd::getName PHP Method

getName() public method

Get the name of this task.
public getName ( ) : string
return string The task name.
    public function getName()
    {
        return 'dead code detection';
    }