-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Command] Added LockHelper #3956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Filesystem | ||
| ========== | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| introduction | ||
| filesystem | ||
| lockhandler |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| The Filesystem Component | ||
| ======================== | ||
|
|
||
| The Filesystem component provides basic utilities for the filesystem. | ||
|
|
||
| .. versionadded:: 2.1 | ||
| The Filesystem component was introduced in Symfony 2.1. Previously, the | ||
| ``Filesystem`` class was located in the HttpKernel component. | ||
|
|
||
| Installation | ||
| ------------ | ||
|
|
||
| You can install the component in 2 different ways: | ||
|
|
||
| * :doc:`Install it via Composer </components/using_components>` (``symfony/filesystem`` on `Packagist`_); | ||
|
||
| * Use the official Git repository (https://github.com/symfony/Filesystem). |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| Lockhandler | ||
|
||
| =========== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why didn't you add this to the introduction chapter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To keep consistency with other document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We usually have some basic usage instructions on the introduction page.