Exemplo n.º 1
0
 /**
  * 
  *
  * @param string $url
  * @param string $name
  * @param string $position
  * @param array $attributes
  * @return $this 
  * @static 
  */
 public static function link($url, $name, $position = 'BL', $attributes = array())
 {
     //Method inherited from \Zofe\Rapyd\Widget
     return \Zofe\Rapyd\DataSet::link($url, $name, $position, $attributes);
 }