]> Kevux Git Server - koopa/commit
Update: redesign c_base_return, t_base_return_value, and related to be more abstract
authorKevin Day <thekevinday@gmail.com>
Sat, 18 Aug 2018 18:14:49 +0000 (13:14 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 18 Aug 2018 18:48:42 +0000 (13:48 -0500)
commite1b4ed2528c67c8171d38777a052ec4600faeb3f
treeb529bdeb53ed800fa0300f4c1f627fd6f5574b93
parent2c7afdc644e27b6c077fb1139354be34a5003c76
Update: redesign c_base_return, t_base_return_value, and related to be more abstract

Attempt to make the design more consistent by setting up c_base_return as an abstract.
Anything that is directly calling c_base_return statics should be updated accordingly.

More of the value methods have been moved to t_base_return_value.
Move the related static methods to t_base_return_value as well.
common/base/classes/base_file.php
common/base/classes/base_return.php
common/base/traits/base_return.php