PHP Class MailThief\Support\MailThiefCollection

Inheritance: extends Illuminate\Support\Collection
Datei anzeigen Open project: tightenco/mailthief

Public Methods

Method Description
contains ( $key, $value = null ) Identical to the 5.3 implementation of contains
first ( callable $callback = null, $default = null ) 5.3 implementation of Arr::first()

Method Details

contains() public method

Identical to the 5.3 implementation of contains
public contains ( $key, $value = null )

first() public method

5.3 implementation of Arr::first()
public first ( callable $callback = null, $default = null )
$callback callable