﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/57" rel="self" type="application/rss+xml" />
        <title><![CDATA[Native enumerations in PHP]]></title>
        <description><![CDATA[<p>Enumerations, or <em>Enums</em> allow a developer to define a custom type that is limited to one of a discrete number of possible values. That can be especially helpful when defining a domain model, as it enables making invalid states unrepresentable. In other words, enums are a restricting layer on top of classes and class constants, intended to provide a way to define a closed set of possible values for a type.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/57/native-enumerations-in-php]]></link>
        <pubDate>Wed, 20 Jul 2022 19:21:11 +0000</pubDate>
        <language>en</language>
        <category>development</category>

        <image>
            <title>native-enumerations-in-php</title>
            <link><![CDATA[https://www.hibit.dev/posts/57/native-enumerations-in-php]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2022/headers/php_enum.png]]></url>
            <width>800></width>
            <height>360></height>
        </image>
    </channel>
</rss>
