last() public method

public last ( )
 /**
  * {@inheritdoc}
  */
 public function last()
 {
     return $this->collection->last();
 }