<?xml version="1.0" encoding="UTF-8"?>
    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Serhii Korniushov's Blog</title>
        <link>https://korniushov.com/blog</link>
        <description>Serhii Korniushov, a Lead Software Engineer with 10+ years of experience building scalable systems, primarily in FinTech</description>
        <language>en-us</language>
        <atom:link href="https://korniushov.com/feed.xml" rel="self" type="application/rss+xml" />
        
    <item>
      <title>Accessing private properties in PHP</title>
      <link>https://korniushov.com/blog/accessing-private-properties-in-php</link>
      <description>Most online guides show you how to get at private properties in child classes, but they often skip over the parent class case. This article will cover both, and reveal the secrets!</description>
      <pubDate>Thu, 20 Feb 2025 00:00:00 GMT</pubDate>
      <guid>https://korniushov.com/blog/accessing-private-properties-in-php?utm_source=Blog&utm_medium=RSS</guid>
    </item>
	
      </channel>
    </rss>