ContextList::setSection PHP 메소드

setSection() 공개 메소드

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