Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing

ParserState::inputLeftprivateWC 1.0

Method of the class: ParserState{}

No Hooks.

Returns

String.

Usage

// private - for code of main (parent) class only
$result = $this->inputLeft();

ParserState::inputLeft() code WC 10.5.0

private function inputLeft()
{
    return $this->substr($this->iCurrentPosition, -1);
}