ContextList::setSection PHP Method

setSection() public method

Set section.
public setSection ( integer $section ) : ArticleList
$section integer
return ArticleList
    public function setSection($section)
    {
        $this->section = empty($section) ? NULL : (int) $section;
        return $this;
    }