<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>オブジェクト指向PHP &#187; ポリモーフィズム</title>
	<atom:link href="http://www.objectphp.jp/category/polymorphism/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.objectphp.jp</link>
	<description>オブジェクト指向、エラーメッセージ、php.ini カスタマイズ</description>
	<lastBuildDate>Mon, 26 Apr 2010 06:41:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ポリモーフィズムでない例</title>
		<link>http://www.objectphp.jp/polymorphism/nonpolymorphism/</link>
		<comments>http://www.objectphp.jp/polymorphism/nonpolymorphism/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 07:22:53 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[ポリモーフィズム]]></category>
		<category><![CDATA[ポリモーフィズム 例]]></category>
		<category><![CDATA[ポリモーフィズムとは]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/polymorphism/nonpolymorphism</guid>
		<description><![CDATA[ポリモーフィズムとはで紹介したサンプルを、ポリモーフィズムを利用しないで書いたスクリプトは、以下のようになります。


show_sample() {
    if ($item_cat == "Book") {
    [...]]]></description>
		<wfw:commentRss>http://www.objectphp.jp/polymorphism/nonpolymorphism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ポリモーフィズムとは</title>
		<link>http://www.objectphp.jp/polymorphism/polymorphism/</link>
		<comments>http://www.objectphp.jp/polymorphism/polymorphism/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 03:57:09 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[ポリモーフィズム]]></category>
		<category><![CDATA[ポリモーフィズムとは]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/polymorphism/display</guid>
		<description><![CDATA[共通のメッセージを使用して、複数のクラスを制御]]></description>
		<wfw:commentRss>http://www.objectphp.jp/polymorphism/polymorphism/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
