Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Dwoo
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Common
Dwoo
Commits
9d77fe2c
Commit
9d77fe2c
authored
Oct 15, 2010
by
Kamil Szot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment fix
parent
71c975d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Core.php
lib/Dwoo/Core.php
+1
-1
No files found.
lib/Dwoo/Core.php
View file @
9d77fe2c
...
@@ -310,7 +310,7 @@ class Dwoo_Core
...
@@ -310,7 +310,7 @@ class Dwoo_Core
* @param Dwoo_ICompiler $compiler the compiler that must be used to compile the template, if left empty a default
* @param Dwoo_ICompiler $compiler the compiler that must be used to compile the template, if left empty a default
* Dwoo_Compiler will be used.
* Dwoo_Compiler will be used.
* @param bool $output flag that defines whether the function returns the output of the template (false, default) or echoes it directly (true)
* @param bool $output flag that defines whether the function returns the output of the template (false, default) or echoes it directly (true)
* @return string nothing or the template output if $output is
tru
e
* @return string nothing or the template output if $output is
fals
e
*/
*/
public
function
get
(
$_tpl
,
$data
=
array
(),
$_compiler
=
null
,
$_output
=
false
)
public
function
get
(
$_tpl
,
$data
=
array
(),
$_compiler
=
null
,
$_output
=
false
)
{
{
...
...
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