Sleimanx2\Plastic\Map\Builder::build PHP Method

build() protected method

Execute the blueprint to build.
protected build ( Blueprint $blueprint )
$blueprint Blueprint
    protected function build(Blueprint $blueprint)
    {
        $blueprint->build($this->connection, $this->grammar);
    }