Yoast\WP\SEO\Services\Importing\Aioseo
Aioseo_Robots_Provider_Service::__construct()
Class constructor.
Метод класса: Aioseo_Robots_Provider_Service{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Aioseo_Robots_Provider_Service = new Aioseo_Robots_Provider_Service(); $Aioseo_Robots_Provider_Service->__construct( $aioseo_helper );
- $aioseo_helper(Aioseo_Helper) (обязательный)
- The AIOSEO helper.
Код Aioseo_Robots_Provider_Service::__construct() Aioseo Robots Provider Service:: construct Yoast 25.1
public function __construct( Aioseo_Helper $aioseo_helper ) { $this->aioseo_helper = $aioseo_helper; }