YoastSEO_Vendor\Symfony\Component\DependencyInjection\ParameterBag
ParameterBagInterface::remove() public Yoast 1.0
Removes a parameter.
{} Это метод класса: ParameterBagInterface{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$ParameterBagInterface = new ParameterBagInterface(); $ParameterBagInterface->remove( $name );
- $name(строка) (обязательный)
- The parameter name
Код ParameterBagInterface::remove() ParameterBagInterface::remove Yoast 16.1.1
public function remove($name);