예제 #1
0
 public function __construct($name, $attributes = array())
 {
     parent::__construct($name, $attributes);
     $this->put('picon:id', str_replace(':', '_', $name));
 }