PhpMigration\App::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        // Set xdebug max nesting level
        ini_set('xdebug.max_nesting_level', 2000);
        $this->setpath = __DIR__ . '/../src/Sets';
        $this->devmode = !defined('PHPMIG_PHAR');
    }