Request::matchesType PHP Method

matchesType() public static method

Determine if the given content types match.
public static matchesType ( string $actual, string $type ) : boolean
$actual string
$type string
return boolean
        public static function matchesType($actual, $type)
        {
            return \Illuminate\Http\Request::matchesType($actual, $type);
        }