I have a PHP class with a fluent interface, and want to be able to reference a class constant:
(new Form()) ->setPost() ->addHeading(\'Login\')