You are here

public function Builder::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/stack/builder/src/Stack/Builder.php \Stack\Builder::__construct()

File

vendor/stack/builder/src/Stack/Builder.php, line 11

Class

Builder

Namespace

Stack

Code

public function __construct() {
  $this->specs = new \SplStack();
}