app\controllers\Index::run PHP Méthode

run() public méthode

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