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