]> Kevux Git Server - koopa/commit
Update: refactor the c_base_rfc_string and c_base_rfc_char into traits
authorKevin Day <thekevinday@gmail.com>
Thu, 22 Feb 2018 02:58:17 +0000 (20:58 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 22 Feb 2018 02:58:17 +0000 (20:58 -0600)
commit1a8ff1037d0add2a4307a2250536f6e4354efdaa
tree3aa8b337eafb58839416580f0cb6c10c32a0a682
parent2022389c84c684b795b4865dbd6eaa0bf474454f
Update: refactor the c_base_rfc_string and c_base_rfc_char into traits

These make more sense when implemented as traits.
Classes that extended this and had no expectation of a return value are now extended c_base_return.
All others are set to their most appropriate return type, such as c_base_return_string.
common/base/classes/base_array.php
common/base/classes/base_email.php
common/base/classes/base_http.php
common/base/classes/base_markup.php
common/base/classes/base_menu.php
common/base/classes/base_path.php
common/base/traits/base_rfc_char.php [moved from common/base/classes/base_rfc_char.php with 97% similarity]
common/base/traits/base_rfc_string.php [moved from common/base/classes/base_rfc_string.php with 98% similarity]
common/view/classes/view_log_users_self.php