ContextList::setSection PHP Méthode

setSection() public méthode

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