first() public method

public first ( )
コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function first()
 {
     return $this->collection->first();
 }