namespace ; class implements RuntimeExtensionInterface { public function __construct() { // Inject dependencies if needed } public function doSomething($value) { // ... } }