コード例 #1
0
ファイル: Divider.php プロジェクト: etype-services/moser
 /**
  * {@inheritdoc}
  */
 protected function optional()
 {
     return array_merge(parent::optional(), array('stroke'));
 }
コード例 #2
0
ファイル: Text.php プロジェクト: etype-services/moser
 /**
  * {@inheritdoc}
  */
 protected function optional()
 {
     return array_merge(parent::optional(), array('format', 'textStyle', 'inlineTextStyles'));
 }
コード例 #3
0
 /**
  * {@inheritdoc}
  */
 protected function optional()
 {
     return array_merge(parent::optional(), array('bannerType'));
 }