<?php class A { public function __contruct() {} } class B extends A { private function __contruct() {} public static function create(){ return new self(); } }
You have javascript disabled. You will not be able to edit any code.