app\controllers\Index::run PHP Method

run() public method

public run ( )
    public function run()
    {
        if (!isset($this->resources['db'])) {
            throw new DatabaseFetcher('db', $this);
        }
    }