Foo { function __construct() { // Do something. } function Foo() { self::__construct(); } } ]]>
Bar { function Bar() { // Do something. } } ]]>