Controller_ImageFly::action_index PHP Метод

action_index() публичный Метод

public action_index ( )
    public function action_index()
    {
        $this->auto_render = FALSE;
        new ImageFly();
    }
Controller_ImageFly