Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
86f03d89
Commit
86f03d89
authored
May 08, 2011
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs] missing use statement in extension docs
parent
8341f739
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/extensions.rst
doc/extensions.rst
+2
-0
No files found.
doc/extensions.rst
View file @
86f03d89
...
@@ -87,6 +87,7 @@ Here is an example of such an extension::
...
@@ -87,6 +87,7 @@ Here is an example of such an extension::
namespace Acme;
namespace Acme;
use Silex\Application;
use Silex\ExtensionInterface;
use Silex\ExtensionInterface;
class HelloExtension implements ExtensionInterface
class HelloExtension implements ExtensionInterface
...
@@ -139,6 +140,7 @@ Here is an example of how to use it (based on `Buzz <https://github.com/kriswall
...
@@ -139,6 +140,7 @@ Here is an example of how to use it (based on `Buzz <https://github.com/kriswall
namespace Acme;
namespace Acme;
use Silex\Application;
use Silex\ExtensionInterface;
use Silex\ExtensionInterface;
class BuzzExtension implements ExtensionInterface
class BuzzExtension implements ExtensionInterface
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment