Yoast\WP\SEO\Services\Importing\Aioseo
Aioseo_Social_Images_Provider_Service::__construct
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() Aioseo Social Images Provider Service:: construct Yoast 27.9
public function __construct( Aioseo_Helper $aioseo_helper, Image_Helper $image ) {
$this->aioseo_helper = $aioseo_helper;
$this->image = $image;
}