Add some safe functions and minor cleanup

This commit is contained in:
Alex Cabal 2022-02-08 21:59:49 -06:00
parent c24b59ec62
commit c9ebd71587
4 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
<?
use function Safe\substr;
abstract class PropertiesBase extends OrmBase{
public function __get($var){