Elgg\Views\TableColumn::renderHeading PHP 메소드

renderHeading() 공개 메소드

Get the rendered heading cell as HTML. Cell will be auto-wrapped with a TH element if the returned string doesn't begin with "
". You must filter/escape any user content.
public renderHeading ( ) : string
리턴 string e.g. "Title" or "Title
    public function renderHeading();