Posts by user1915816 • 36 points
1 post
-
2
votes1
answer128
viewsA: Calling multiple methods in the same instance of a PHP class
The assign method has to return the class itself: if the method is public: public Static Function assign(){ Return $this; } If the method is public Static: public Static Function assign(){ $class =…