Use OptionsBuilder in all mapper classes.

This commit is contained in:
David Molineus
2015-01-22 09:02:14 +01:00
parent b96cd80669
commit 52440c35dd
15 changed files with 14 additions and 99 deletions

View File

@@ -39,6 +39,6 @@ class ScaleControlMapper extends AbstractControlMapper
{
parent::initialize();
$this->addOptions('maxWidth', 'metric', 'imperial', 'updateWhenIdle');
$this->optionsBuilder->addOptions('maxWidth', 'metric', 'imperial', 'updateWhenIdle');
}
}