DateTimeRange::__construct PHP Méthode

__construct() public méthode

public __construct ( $min = null, $max = null )
        public function __construct($min = null, $max = null)
        {
            $this->min = $min;
            $this->max = $max;
        }