Exemplo n.º 1
0
 /**
  * Import component element.
  *
  * @param mixed $name file name without extension and path.
  */
 function element($name)
 {
     $names = func_get_args();
     AImporter::import('elements', $names);
 }