League\Monga\Query\Update::pop PHP Метод

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

Removes an item off the ending of a field array.
public pop ( string $field ) : object
$field string field name
Результат object $this
    public function pop($field)
    {
        return $this->update('$pop', $field, 1);
    }