33406026a115d082e6c5628a91dc72500fb2faad
[yaffs-website] / vendor / phpdocumentor / reflection-docblock / src / phpDocumentor / Reflection / DocBlock / Tag / PropertyReadTag.php
1 <?php
2 /**
3  * phpDocumentor
4  *
5  * PHP Version 5.3
6  *
7  * @author    Mike van Riel <mike.vanriel@naenius.com>
8  * @copyright 2010-2011 Mike van Riel / Naenius (http://www.naenius.com)
9  * @license   http://www.opensource.org/licenses/mit-license.php MIT
10  * @link      http://phpdoc.org
11  */
12
13 namespace phpDocumentor\Reflection\DocBlock\Tag;
14
15 /**
16  * Reflection class for a @property-read tag in a Docblock.
17  *
18  * @author  Mike van Riel <mike.vanriel@naenius.com>
19  * @license http://www.opensource.org/licenses/mit-license.php MIT
20  * @link    http://phpdoc.org
21  */
22 class PropertyReadTag extends PropertyTag
23 {
24 }