Skip to content

Commit

Permalink
doc php tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Oct 18, 2017
1 parent 61d02e8 commit 9716953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/controller/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ Methods
-------
public
^^^^^^
The second segment of the URI determines which public method in the controller gets called.
The second segment of the URI determines which public method in the controller gets called. |br|
The “index” method is always loaded by default if the second segment of the URI is empty.

.. code-block:: php5
:linenos:
<?php
class First extends ControllerBase{
public function hello(){
Expand Down

0 comments on commit 9716953

Please sign in to comment.