app\controllers\Index::run PHP 메소드

run() 공개 메소드

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