<?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>Sooey &#187; phpdocumentor</title>
	<atom:link href="http://old-journal.sooey.com/tag/phpdocumentor/feed/" rel="self" type="application/rss+xml" />
	<link>http://old-journal.sooey.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Dec 2009 08:44:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>phpDocumentorに仮想プロパティ用の新記法？</title>
		<link>http://old-journal.sooey.com/2006/07/14/107/</link>
		<comments>http://old-journal.sooey.com/2006/07/14/107/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 14:56:56 +0000</pubDate>
		<dc:creator>juno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpdocumentor]]></category>

		<guid isPermaLink="false">http://www.sooey.com/journal/2006/07/14/107/</guid>
		<description><![CDATA[PHPのマジックメソッド（__get、__set、__callなど）を使って仮想的なプロパティを実装した場合にphpDocumentor用のdocblockをどう書けばよいか、ということで次のような新しい記法の導入が提案されています。

/**
 * @property int $blah this is the short desc (no long desc allowed)
 * @property-read int $foo read-only variable
 * @property-write string $oof write-only variable
 * @method int myfunc(int $var, string $param2, Object $param3 = null) description of myfunc
 */
class magicClass {
}

提案の中でも指摘されていますが、プロパティについての説明が長くなるとあまり見栄えが良くないのが難点ですね。

phpDocumentor enhancements
phpDocumentor and __get/__set/__call &#8211; give us your ideas (RFC)
]]></description>
			<content:encoded><![CDATA[<p>PHPのマジックメソッド（__get、__set、__callなど）を使って仮想的なプロパティを実装した場合にphpDocumentor用のdocblockをどう書けばよいか、ということで次のような新しい記法の導入が提案されています。</p>

<pre><code>/**
 * @property int $blah this is the short desc (no long desc allowed)
 * @property-read int $foo read-only variable
 * @property-write string $oof write-only variable
 * @method int myfunc(int $var, string $param2, Object $param3 = null) description of myfunc
 */
class magicClass {
}
</code></pre>

<p>提案の中でも指摘されていますが、プロパティについての説明が長くなるとあまり見栄えが良くないのが難点ですね。</p>

<ul>
<li><a href="http://blog.joshuaeichorn.com/archives/2006/07/13/phpdocumentor-enhancements/">phpDocumentor enhancements</a></li>
<li><a href="http://greg.chiaraquartet.net/archives/140-phpDocumentor-and-__get__set__call-give-us-your-ideas-RFC.html">phpDocumentor and __get/__set/__call &#8211; give us your ideas (RFC)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://old-journal.sooey.com/2006/07/14/107/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpDocumentor 1.3.0RC4</title>
		<link>http://old-journal.sooey.com/2005/11/29/65/</link>
		<comments>http://old-journal.sooey.com/2005/11/29/65/#comments</comments>
		<pubDate>Tue, 29 Nov 2005 08:59:45 +0000</pubDate>
		<dc:creator>juno</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpdocumentor]]></category>

		<guid isPermaLink="false">http://www.sooey.com/journal/2005/11/29/65/</guid>
		<description><![CDATA[phpDocumentor の最新版となる 1.3.0RC4 がリリースされました。PHP5 への対応が主な変更点。正式なリリースはまだもうちょい先のようです。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.phpdoc.org/">phpDocumentor</a> の最新版となる <a href="http://pear.php.net/package/PhpDocumentor/download/">1.3.0RC4</a> がリリースされました。PHP5 への対応が主な変更点。正式なリリースはまだもうちょい先のようです。</p>
]]></content:encoded>
			<wfw:commentRss>http://old-journal.sooey.com/2005/11/29/65/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
