Yoast\WP\SEO\Task_List\Domain\Tasks
Abstract_Post_Type_Parent_Task{}└─ Post_Type_Task_Interface, Parent_Task_Interface, Abstract_Post_Type_Task
Abstract class for a post type parent task. Use this when you need a parent task that is ALSO a post type task. For parent tasks that are not post type tasks, use Abstract_Parent_Task instead.
Хуков нет.
Использование
$Abstract_Post_Type_Parent_Task = new Abstract_Post_Type_Parent_Task(); // use class methods
Методы
Нет Методов у класса.Код Abstract_Post_Type_Parent_Task{} Abstract Post Type Parent Task{} Yoast 28.3
abstract class Abstract_Post_Type_Parent_Task extends Abstract_Post_Type_Task implements Post_Type_Task_Interface, Parent_Task_Interface {
use Parent_Task_Trait;
}