Nette\Forms\Controls\HiddenField::getLabel PHP Method

getLabel() public method

Bypasses label generation.
public getLabel ( $caption = NULL ) : void
return void
    public function getLabel($caption = NULL)
    {
        return NULL;
    }