Ejemplo n.º 1
0
Archivo: Tag.php Proyecto: kstep/pnut
 public function setAutoCreate($value = true)
 {
     self::$_auto_create = (bool) $value;
 }