Exemplo n.º 1
0
 /**
  * Proxy for {@link GantryFormHelper::addFormPath()}.
  *
  * @param	mixed	$new	A path or array of paths to add.
  *
  * @return	array	The list of paths that have been added.
  * @since	1.6
  */
 public static function addFormPath($new = null)
 {
     return GantryFormHelper::addFormPath($new);
 }