[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/drydock/util/ -> DrydockBlueprintScopeGuard.php (source)

   1  <?php
   2  
   3  final class DrydockBlueprintScopeGuard {
   4  
   5    public function __construct(DrydockBlueprintImplementation $blueprint) {
   6      $this->blueprint = $blueprint;
   7    }
   8  
   9    public function __destruct() {
  10      $this->blueprint->popActiveScope();
  11    }
  12  
  13  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1