grid\GridView renderSection()

renderSection() public method

Renders a section of the specified name.

If the named section is not supported, false will be returned.

public string|boolean renderSection ( $name )
$name string

The section name, e.g., {summary}, {items}.

return string|boolean

The rendering result of the section, or false if the named section is not supported.

doc_Yii
2016-10-30 17:04:20
Comments
Leave a Comment

Please login to continue.