Exemplo n.º 1
0
 /**
  * Get the zoom controls for the reference value of the loading control.
  *
  * @return array
  */
 public function getZoomControls()
 {
     $collection = ControlModel::findBy('type', 'zoom', array('order' => 'title'));
     return OptionsBuilder::fromCollection($collection, 'id', 'title')->getOptions();
 }