コード例 #1
0
ファイル: TestConfigExtra.php プロジェクト: Maksold/platform
 /**
  * {@inheritdoc}
  */
 public function configureContext(ConfigContext $context)
 {
     $context->set($this->name, true);
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function configureContext(ConfigContext $context)
 {
     $context->set(self::NAME, $this->expandedEntities);
 }