Ejemplo n.º 1
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     if ($name) {
         $this->name($name);
     }
     $this->bind = true;
 }