PHP Class Functional\Tests\Adder

Datei anzeigen Open project: lstrojny/functional-php

Public Methods

Method Description
__invoke ( $a, $b, $c, $d )
add ( $a, $b, $c, $d )
static_add ( $a, $b, $c, $d )

Method Details

__invoke() public method

public __invoke ( $a, $b, $c, $d )

add() public method

public add ( $a, $b, $c, $d )

static_add() public static method

public static static_add ( $a, $b, $c, $d )