<?php use urls\Needprofile; use stuff\NeedProfile; final class AClass { public function aMethod() { Needprofile::doSomething(); } public function aMethod2() { NeedProfile::doSomething(); } }
You have javascript disabled. You will not be able to edit any code.