TRUE, ); public function action_list() { Block::factory() ->title('SSL Services') ->title_icon($this->icon) ->body(View::factory('service/list')->set('o',ORM::factory('Service')->where_authorised($this->ao)->list_byplugin('SSL'))); } } ?>