mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-13 02:14:04 +02:00
remove Interface-Suffix
This commit is contained in:
@@ -25,18 +25,18 @@ Code
|
||||
|
||||
You can also find this code on `GitHub`_
|
||||
|
||||
RoleVisitorInterface.php
|
||||
|
||||
.. literalinclude:: RoleVisitorInterface.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
RoleVisitor.php
|
||||
|
||||
.. literalinclude:: RoleVisitor.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
RecordingVisitor.php
|
||||
|
||||
.. literalinclude:: RecordingVisitor.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
Role.php
|
||||
|
||||
.. literalinclude:: Role.php
|
||||
@@ -65,4 +65,4 @@ Tests/VisitorTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Visitor
|
||||
.. __: http://en.wikipedia.org/wiki/Visitor_pattern
|
||||
.. __: http://en.wikipedia.org/wiki/Visitor_pattern
|
||||
|
Reference in New Issue
Block a user