Created
July 28, 2011 11:34
-
-
Save skurfuerst/1111419 to your computer and use it in GitHub Desktop.
ReST Phoenix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*Example: Declaration of an aspect* | |
.. code-block::php | |
namespace F3\MySecurityPackage; | |
/** | |
* An aspect implementing security for Foo | |
* | |
* @author John Doe <[email protected]> | |
* @aspect | |
*/ | |
class FooSecurityAspect { | |
} | |
*Example: Declaration of an aspect*:: | |
namespace F3\MySecurityPackage; | |
/** | |
* An aspect implementing security for Foo | |
* | |
* @author John Doe <[email protected]> | |
* @aspect | |
*/ | |
class FooSecurityAspect { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example: Declaration of an aspect
.. code-block::php
Example: Declaration of an aspect::