Eris\Generator\ArithmeticProgression::__construct PHP 메소드

__construct() 개인적인 메소드

private __construct ( $lowerLimit )
    private function __construct($lowerLimit)
    {
        $this->lowerLimit = $lowerLimit;
    }
ArithmeticProgression