Yoast\WP\SEO\User_Meta\User_Interface
Cleanup_Integration::__construct()
The constructor.
Метод класса: Cleanup_Integration{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Cleanup_Integration = new Cleanup_Integration(); $Cleanup_Integration->__construct( $cleanup_service );
- $cleanup_service(Cleanup_Service) (обязательный)
- The cleanup service.
Код Cleanup_Integration::__construct() Cleanup Integration:: construct Yoast 25.1
public function __construct( Cleanup_Service $cleanup_service ) { $this->cleanup_service = $cleanup_service; }