Page MenuHomec4science

DrydockBlueprintScopeGuard.php
No OneTemporary

File Metadata

Created
Sun, Oct 6, 19:20

DrydockBlueprintScopeGuard.php

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

Event Timeline