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

Breadcrumb

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

function PseudoIndex::setOffset

Sets the offset

Parameters

int $offset Offset:

Return value

$this

File

vendor/mck89/peast/lib/Peast/Selector/Node/Part/PseudoIndex.php, line 63

Class

PseudoIndex
Selector part index pseudo class

Namespace

Peast\Selector\Node\Part

Code

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