343536373839404142434445
IProject project = null; if (receiver instanceof IImplForPhp) { IImplForPhp phpElement = (ElementImplForPhp) receiver; IModelElement element = phpElement.getModelElement(); if (element == null) { return false; }