Airship\Engine\Blueprint::__construct PHP Méthode

__construct() public méthode

Blueprint constructor.
public __construct ( Database $db = null )
$db Database
    public function __construct(Database $db = null)
    {
        if (!$db) {
            $db = \Airship\get_database();
        }
        $this->db = $db;
    }