HX::sub PHP 메소드

sub() 공개 메소드

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