BusinessHour::__construct PHP Method

__construct() public method

public __construct ( $id = null, $type = null, $CriterionType = null )
        public function __construct($id = null, $type = null, $CriterionType = null)
        {
            parent::__construct();
            $this->id = $id;
            $this->type = $type;
            $this->CriterionType = $CriterionType;
        }