__construct() public method

public __construct ( $min = null, $max = null )
Example #1
0
 public function __construct()
 {
     parent::__construct(Date::Now(), Date::Now());
 }