<?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/encapsulation/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/encapsulation/method-2/</link>
		<comments>http://www.objectphp.jp/encapsulation/method-2/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 23:26:32 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[カプセル化]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/encapsulation/method-2</guid>
		<description><![CDATA[メソッドの実装を気にする必要が無い]]></description>
		<wfw:commentRss>http://www.objectphp.jp/encapsulation/method-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>プロパティのアクセス制限</title>
		<link>http://www.objectphp.jp/encapsulation/private_property/</link>
		<comments>http://www.objectphp.jp/encapsulation/private_property/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 10:28:40 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[カプセル化]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/%e3%82%ab%e3%83%97%e3%82%bb%e3%83%ab%e5%8c%96/private_property</guid>
		<description><![CDATA[カプセル化することで、クラス設計の想定外のアクセスを防ぐことができます。]]></description>
		<wfw:commentRss>http://www.objectphp.jp/encapsulation/private_property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>カプセル化とは</title>
		<link>http://www.objectphp.jp/encapsulation/encapsulation/</link>
		<comments>http://www.objectphp.jp/encapsulation/encapsulation/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 10:02:58 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[カプセル化]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/%e3%82%ab%e3%83%97%e3%82%bb%e3%83%ab%e5%8c%96/%e3%82%ab%e3%83%97%e3%82%bb%e3%83%ab%e5%8c%96/5</guid>
		<description><![CDATA[クラス内プロパティ・メソッドには外部からのアクセスを制限する設定]]></description>
		<wfw:commentRss>http://www.objectphp.jp/encapsulation/encapsulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
