HX::sub PHP Method

sub() public method

Adds subtitle to your header.
public sub ( string $text )
$text string Subheader text
    public function sub($text)
    {
        $this->sub = $text;
        return $this;
    }