Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Pseudo.php

function Pseudo::setName

Sets the name

Parameters

string $name Name:

Return value

$this

File

vendor/mck89/peast/lib/Peast/Selector/Node/Part/Pseudo.php, line 35

Class

Pseudo
Selector pseudo part base class

Namespace

Peast\Selector\Node\Part

Code

public function setName($name) {
    $this->name = $name;
    return $this;
}
RSS feed
Powered by Drupal