name = $name; $this->char_limit = ! is_null( $char_limit ) && is_int( $char_limit ) ? $char_limit : null; } }