Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
fa1fa876
Commit
fa1fa876
authored
Aug 05, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rearranged view methods.
parent
c688eef3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
system/view.php
+11
-11
No files found.
system/view.php
View file @
fa1fa876
...
@@ -205,17 +205,6 @@ class View {
...
@@ -205,17 +205,6 @@ class View {
}
}
/**
/**
* Magic Method for handling the dynamic creation of named views.
*/
public
static
function
__callStatic
(
$method
,
$parameters
)
{
if
(
strpos
(
$method
,
'of_'
)
===
0
)
{
return
static
::
of
(
substr
(
$method
,
3
),
$parameters
);
}
}
/**
* Get the parsed content of the view.
* Get the parsed content of the view.
*
*
* @return string
* @return string
...
@@ -266,6 +255,17 @@ class View {
...
@@ -266,6 +255,17 @@ class View {
}
}
/**
/**
* Magic Method for handling the dynamic creation of named views.
*/
public
static
function
__callStatic
(
$method
,
$parameters
)
{
if
(
strpos
(
$method
,
'of_'
)
===
0
)
{
return
static
::
of
(
substr
(
$method
,
3
),
$parameters
);
}
}
/**
* Magic Method for getting items from the view data.
* Magic Method for getting items from the view data.
*/
*/
public
function
__get
(
$key
)
public
function
__get
(
$key
)
...
...
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