Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
61591ea4
Commit
61591ea4
authored
Dec 27, 2013
by
Antonio Ramirez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update phpDoc
parent
6f932d99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
BaseInflector.php
framework/yii/helpers/BaseInflector.php
+1
-1
No files found.
framework/yii/helpers/BaseInflector.php
View file @
61591ea4
...
@@ -444,7 +444,7 @@ class BaseInflector
...
@@ -444,7 +444,7 @@ class BaseInflector
* [[$transliteration]] array.
* [[$transliteration]] array.
* @param string $string An arbitrary string to convert
* @param string $string An arbitrary string to convert
* @param string $replacement The replacement to use for spaces
* @param string $replacement The replacement to use for spaces
* @param bool $lowercase
* @param bool $lowercase
whether to return the string in lowercase or not. Defaults to `true`.
* @return string The converted string.
* @return string The converted string.
*/
*/
public
static
function
slug
(
$string
,
$replacement
=
'-'
,
$lowercase
=
true
)
public
static
function
slug
(
$string
,
$replacement
=
'-'
,
$lowercase
=
true
)
...
...
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