Yoast\WP\SEO\Task_List\Domain\Tasks

Child_Task_Interface{}interfaceYoast 1.0└─ Task_Interface

Represents a child task.

Хуков нет.

Использование

$Child_Task_Interface = new Child_Task_Interface();
// use class methods

Методы

  1. public get_analyzer()

Код 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;
}