Yoast\WP\SEO\Services\Importing\Aioseo

Aioseo_Social_Images_Provider_Service::__constructpublicYoast 1.0

Class constructor.

Метод класса: Aioseo_Social_Images_Provider_Service{}

Хуков нет.

Возвращает

null. Ничего (null).

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

$Aioseo_Social_Images_Provider_Service = new Aioseo_Social_Images_Provider_Service();
$Aioseo_Social_Images_Provider_Service->__construct( $aioseo_helper, $image );
$aioseo_helper(Aioseo_Helper) (обязательный)
The AIOSEO helper.
$image(Image_Helper) (обязательный)
The image helper.

Код Aioseo_Social_Images_Provider_Service::__construct() Yoast 25.3

public function __construct( Aioseo_Helper $aioseo_helper, Image_Helper $image ) {
	$this->aioseo_helper = $aioseo_helper;
	$this->image         = $image;
}