Kahlan\Spec\Fixture\Plugin\Double\ConstrDoz::__construct PHP Method

__construct() public method

public __construct ( $a, $b )
    public function __construct($a, $b)
    {
        $this->a = $a;
        $this->b = $b;
    }
ConstrDoz