YoastSEO_Vendor\Psr\Http\Message
ServerRequestInterface::withoutAttribute() public Yoast 1.0
Return an instance that removes the specified derived request attribute.
This method allows removing a single derived request attribute as described in getAttributes().
This method MUST be implemented in such a way as to retain the immutability of the message, and MUST return an instance that removes the attribute.
{} Это метод класса: ServerRequestInterface{}
Хуков нет.
Возвращает
static
. Ничего.
Использование
$ServerRequestInterface = new ServerRequestInterface(); $ServerRequestInterface->withoutAttribute( $name );
- $name(строка) (обязательный)
- The attribute name.
Заметки
- Смотрите: getAttributes()
Код ServerRequestInterface::withoutAttribute() ServerRequestInterface::withoutAttribute Yoast 16.1.1
public function withoutAttribute($name);