Beispiel #1
0
 /**
  * To allow the greatest flexibility in the definition of this element,
  * a keyed array is passed.
  *
  * Required keys
  * * **type:** See Icon.
  * * **target:** Anchor href target for the cancel link.
  *
  * Create type required keys
  * * **createTitle:** Required if type is "create".
  * 
  * @param  [type] $config Array of key-value pairs.
  * @return [type]        [description]
  */
 public static function action($config)
 {
     return Action::build($config);
 }