Yoast\WP\SEO\Task_List\Domain\Tasks
Child_Task_Interface{}└─ Task_Interface
Represents a child task.
Хуков нет.
Использование
$Child_Task_Interface = new Child_Task_Interface(); // use class methods
Методы
- public get_analyzer()
Код Child_Task_Interface{} Child Task Interface{} Yoast 28.3
interface Child_Task_Interface extends Task_Interface {
/**
* Returns the task's analyzer component.
*
* @return Task_Analyzer_Interface|null
*/
public function get_analyzer(): ?Task_Analyzer_Interface;
}