result = true; } /** * @return mixed|WP_Error */ public function get_result() { return $this->result; } /** * @return bool|WP_Error */ public function dispatch() { return false; } /** * @return LP_Admin_Editor_Course */ public static function get_editor_course() { return self::get( 'course' ); } /** * @return LP_Admin_Editor_Quiz */ public static function get_editor_quiz() { return self::get( 'quiz' ); } /** * @return LP_Admin_Editor_Question */ public static function get_editor_question() { return self::get( 'question' ); } }