コード例 #1
0
ファイル: Section.php プロジェクト: doit05/relProject
 /**
  * Set section style.
  *
  * @param array $style
  * @return void
  */
 public function setStyle($style = null)
 {
     if (!is_null($style) && is_array($style)) {
         $this->style->setStyleByArray($style);
     }
 }