addSection() 공개 메소드

Add section
public addSection ( Section $section ) : void
$section Section
리턴 void
예제 #1
0
 public function addSection(\Newscoop\Entity\Section $section)
 {
     $this->__load();
     return parent::addSection($section);
 }