Source for file Name.php
Documentation is available at Name.php
* Pre-transform that changes deprecated name attribute to ID if necessary
public function transform($attr, $config, $context) {
if (!isset
($attr['name'])) return $attr;
if ( isset
($attr['id'])) return $attr;
Documentation generated on Thu, 19 Jun 2008 18:49:49 -0400 by phpDocumentor 1.4.2