Habari\HTMLTokenSet::get_end_offset PHP Метод

get_end_offset() публичный Метод

Get the offset of the last token in this HTMLTokenSet
public get_end_offset ( ) : integer
Результат integer the offset of the last token in this HTMLTokenSet
    public function get_end_offset()
    {
        return $this->sliceOffsetBegin + $this->sliceOffsetLength;
    }