Kahlan\Spec\Fixture\Plugin\Double\ConstrDoz::__construct PHP Метод

__construct() публичный Метод

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