<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Using Interface in PHP	</title>
	<atom:link href="https://webrewrite.com/interfaces-php-example/feed/" rel="self" type="application/rss+xml" />
	<link>https://webrewrite.com/interfaces-php-example/</link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Thu, 16 Mar 2017 10:45:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Saquib Rizwan		</title>
		<link>https://webrewrite.com/interfaces-php-example/#comment-897</link>

		<dc:creator><![CDATA[Saquib Rizwan]]></dc:creator>
		<pubDate>Thu, 16 Mar 2017 10:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1566#comment-897</guid>

					<description><![CDATA[Good Article]]></description>
			<content:encoded><![CDATA[<p>Good Article</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yuriy Shupen'ko		</title>
		<link>https://webrewrite.com/interfaces-php-example/#comment-902</link>

		<dc:creator><![CDATA[Yuriy Shupen'ko]]></dc:creator>
		<pubDate>Fri, 03 Mar 2017 08:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1566#comment-902</guid>

					<description><![CDATA[Main target of interface using is to find all things you need. If you want to find all blocks (for instance) you will find all classes which are implementing interface Block, if you want to find all entities - you will find all instances of Entity interface. In this case, you will exactly know what can these class do and what code you can implement.]]></description>
			<content:encoded><![CDATA[<p>Main target of interface using is to find all things you need. If you want to find all blocks (for instance) you will find all classes which are implementing interface Block, if you want to find all entities &#8211; you will find all instances of Entity interface. In this case, you will exactly know what can these class do and what code you can implement.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
