Example #1
0
 public static function factory($label, $link, array $params = array('icon' => 'tool-blue'))
 {
     $button = new self();
     $button->setTitle($label);
     $button->setLink($link);
     $button->setDecoratorParams($params);
     return $button;
 }