template.responsive icon indicating copy to clipboard operation
template.responsive copied to clipboard

ABANDONED: This template is merged into phpDocumentor2 itself

Results 44 template.responsive issues
Sort by recently updated
recently updated
newest added

I'm not sure if this is the correct way to fix https://github.com/phpDocumentor/phpDocumentor2/issues/1488 but it seems to work for me. Linking to a class name should never be done.

The tag @filesource should add a link to the given file’s source next to the name of the file in the top. If you click on it, you would see...

An example can be found in phpDocumentor\Descriptor\DescriptorAbstract.php ![image](https://cloud.githubusercontent.com/assets/7139949/4968914/1c37dc9a-6850-11e4-979f-3aaf507f0079.png) This link isn't clickable

This page now looks like this (responsive version 1.3.5.): ![image](https://cloud.githubusercontent.com/assets/7139949/4968606/f0d3a5de-6845-11e4-9d1e-feb83af7c50f.png) In responsive version 1.3.3. it looked like this: ![image](https://cloud.githubusercontent.com/assets/7139949/4968644/43d60f56-6846-11e4-850e-6f40c7e73da0.png)

There was no example of a class that uses a trait in phpDocumentor, so it had to be simulated with a testclass. The trait that is used is vendor\symfony\dependency-injection\Symfony\Component\DependencyInjection\ContainerAwareTrait This...

An example can be found in phpDocumentor\Descriptor\Interfaces\ClassInterface.php It inherits for instance the method setFullyQualifiedStructuralElementName($name) from ElementInterface. This method is not shown in the documentation. ![image](https://cloud.githubusercontent.com/assets/7139949/4964276/3103d502-674c-11e4-8065-632a7a43d50d.png)

An example can be found in phpDocumentor\Descriptor\Interfaces\ClassInterface.php This interface extends three interfaces: ElementInterface, ChildInterface, TypeInterface Only ElementInterface is visible, but it isn't clickable ![image](https://cloud.githubusercontent.com/assets/7139949/4964227/e6da6e4a-6751-11e4-8154-c0704fa09bd9.png)

An example can be found in vendor\squizlabs\php_codesniffer\Codesniffer\CommentParser\AbstractParser.php with protected abstract function getAllowedTags() ![image](https://cloud.githubusercontent.com/assets/7139949/4954427/6efa8358-668c-11e4-9d6a-4d46a43f156e.png)

An example can be found in vendor\Zetacomponents\base\src\struct.php with final public function __set( $name, $value )

For instance in phpDocumentor\Descriptor\ArgumentDescriptor the file level DocBlock is like this: ![image](https://cloud.githubusercontent.com/assets/7139949/4954085/c475b6e4-6688-11e4-90a8-b69654b53329.png) In the documentation the following is shown: ![image](https://cloud.githubusercontent.com/assets/7139949/4954098/e26630ca-6688-11e4-8f24-bd6d7934b9af.png)