YoastSEO_Vendor\Symfony\Component\DependencyInjection\Exception
ServiceNotFoundException::getAlternatives() public Yoast 1.0
{} Это метод класса: ServiceNotFoundException{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ServiceNotFoundException = new ServiceNotFoundException(); $ServiceNotFoundException->getAlternatives();
Код ServiceNotFoundException::getAlternatives() ServiceNotFoundException::getAlternatives Yoast 16.1.1
public function getAlternatives()
{
return $this->alternatives;
}