Yasumi\Holiday::getType PHP Method

getType() public method

Returns what type this holiday is.
public getType ( ) : string
return string the type of holiday (national, observance, season or bank).
    public function getType()
    {
        return (string) $this->type;
    }