addSection() public method

Add section
public addSection ( Section $section ) : void
$section Section
return void
Exemplo n.º 1
0
 public function addSection(\Newscoop\Entity\Section $section)
 {
     $this->__load();
     return parent::addSection($section);
 }