Page MenuHomec4science

DrydockBlueprintScopeGuard.php
No OneTemporary

File Metadata

Created
Sat, Nov 23, 09:40

DrydockBlueprintScopeGuard.php

<?php
final class DrydockBlueprintScopeGuard {
public function __construct(DrydockBlueprintImplementation $blueprint) {
$this->blueprint = $blueprint;
}
public function __destruct() {
$this->blueprint->popActiveScope();
}
}

Event Timeline