|
@@ -126,7 +126,6 @@ EOS;
|
|
|
* File header here
|
|
* File header here
|
|
|
*
|
|
*
|
|
|
* @author Ralph Schindler <ralph.schindler@zend.com>
|
|
* @author Ralph Schindler <ralph.schindler@zend.com>
|
|
|
- *
|
|
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
@@ -136,7 +135,6 @@ EOS;
|
|
|
* class docblock
|
|
* class docblock
|
|
|
*
|
|
*
|
|
|
* @package Zend_Reflection_TestSampleSingleClass
|
|
* @package Zend_Reflection_TestSampleSingleClass
|
|
|
- *
|
|
|
|
|
*/
|
|
*/
|
|
|
class Zend_Reflection_TestSampleSingleClass
|
|
class Zend_Reflection_TestSampleSingleClass
|
|
|
{
|
|
{
|
|
@@ -145,7 +143,6 @@ class Zend_Reflection_TestSampleSingleClass
|
|
|
* Enter description here...
|
|
* Enter description here...
|
|
|
*
|
|
*
|
|
|
* @return bool
|
|
* @return bool
|
|
|
- *
|
|
|
|
|
*/
|
|
*/
|
|
|
public function someMethod()
|
|
public function someMethod()
|
|
|
{
|
|
{
|
|
@@ -234,7 +231,6 @@ EOS;
|
|
|
* File header here
|
|
* File header here
|
|
|
*
|
|
*
|
|
|
* @author Ralph Schindler <ralph.schindler@zend.com>
|
|
* @author Ralph Schindler <ralph.schindler@zend.com>
|
|
|
- *
|
|
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
@@ -244,7 +240,6 @@ EOS;
|
|
|
* class docblock
|
|
* class docblock
|
|
|
*
|
|
*
|
|
|
* @package Zend_Reflection_TestClassWithCodeInMethod
|
|
* @package Zend_Reflection_TestClassWithCodeInMethod
|
|
|
- *
|
|
|
|
|
*/
|
|
*/
|
|
|
class Zend_Reflection_TestClassWithCodeInMethod
|
|
class Zend_Reflection_TestClassWithCodeInMethod
|
|
|
{
|
|
{
|
|
@@ -253,7 +248,6 @@ class Zend_Reflection_TestClassWithCodeInMethod
|
|
|
* Enter description here...
|
|
* Enter description here...
|
|
|
*
|
|
*
|
|
|
* @return bool
|
|
* @return bool
|
|
|
- *
|
|
|
|
|
*/
|
|
*/
|
|
|
public function someMethod()
|
|
public function someMethod()
|
|
|
{
|
|
{
|
|
@@ -305,7 +299,6 @@ EOS;
|
|
|
<?php
|
|
<?php
|
|
|
/**
|
|
/**
|
|
|
* For manipulating files.
|
|
* For manipulating files.
|
|
|
- *
|
|
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
class Foo
|
|
class Foo
|
|
@@ -344,13 +337,11 @@ EOS;
|
|
|
<?php
|
|
<?php
|
|
|
/**
|
|
/**
|
|
|
* For manipulating files.
|
|
* For manipulating files.
|
|
|
- *
|
|
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Class Foo1
|
|
* Class Foo1
|
|
|
- *
|
|
|
|
|
*/
|
|
*/
|
|
|
class Foo1
|
|
class Foo1
|
|
|
{
|
|
{
|