Exemplo n.º 1
0
 /**
  *  Allows to override default single table inheritance column name
  *  @param string
  */
 static function setInheritanceField($field)
 {
     return self::$_inheritance_field = $field;
 }