📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 18:11:43
📂
/ (Root)
/
home
/
apkbfjox
/
epiwinn.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
task-list
/
domain
/
components
📍 /home/apkbfjox/epiwinn.com.pk/wp-content/plugins/wordpress-seo/src/task-list/domain/components
🔄 Refresh
✏️
Editing: task-analyzer-interface.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Task_List\Domain\Components; /** * Represents an analyzer component for a task. */ interface Task_Analyzer_Interface { /** * Returns the type of the analyzer. * * @return string */ public function get_type(): string; /** * Returns an array representation of the analyzer data. * * @return array<string, string> Returns in an array format. */ public function to_array(): array; }
💾 Save Changes
❌ Cancel