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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
d8971b25
Commit
d8971b25
authored
Mar 03, 2014
by
Alexander Mohorev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
short echo tags
parent
6e7edfdf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
methodDetails.php
extensions/apidoc/templates/html/views/methodDetails.php
+1
-1
propertyDetails.php
extensions/apidoc/templates/html/views/propertyDetails.php
+1
-1
offline.php
extensions/apidoc/templates/offline/views/offline.php
+3
-3
No files found.
extensions/apidoc/templates/html/views/methodDetails.php
View file @
d8971b25
...
...
@@ -26,7 +26,7 @@ ArrayHelper::multisort($methods, 'name');
<?=
$method
->
visibility
?>
method
<?php
if
(
!
empty
(
$method
->
since
))
:
?>
(available since version
<?
php
echo
$method
->
since
;
?>
)
(available since version
<?
=
$method
->
since
?>
)
<?php
endif
;
?>
</span>
</div>
...
...
extensions/apidoc/templates/html/views/propertyDetails.php
View file @
d8971b25
...
...
@@ -28,7 +28,7 @@ ArrayHelper::multisort($properties, 'name');
<?php
if
(
$property
->
getIsWriteOnly
())
echo
' <em>write-only</em> '
;
?>
property
<?php
if
(
!
empty
(
$property
->
since
))
:
?>
(available since version
<?
php
echo
$property
->
since
;
?>
)
(available since version
<?
=
$property
->
since
?>
)
<?php
endif
;
?>
</span>
</div>
...
...
extensions/apidoc/templates/offline/views/offline.php
View file @
d8971b25
...
...
@@ -14,7 +14,7 @@ $this->beginPage();
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"language"
content=
"en"
/>
<?php
$this
->
head
();
?>
<title>
<?
php
echo
$this
->
context
->
pageTitle
;
?>
</title>
<title>
<?
=
$this
->
context
->
pageTitle
?>
</title>
</head>
<body>
...
...
@@ -22,11 +22,11 @@ $this->beginPage();
<div
id=
"apiPage"
>
<div
id=
"apiHeader"
>
<a
href=
"http://www.yiiframework.com"
>
Yii Framework
</a>
v
<?
php
echo
Yii
::
getVersion
();
?>
Class Reference
<a
href=
"http://www.yiiframework.com"
>
Yii Framework
</a>
v
<?
=
Yii
::
getVersion
()
?>
Class Reference
</div>
<!-- end of header -->
<div
id=
"content"
>
<?
php
echo
$content
;
?>
<?
=
$content
?>
</div>
<!-- end of content -->
<div
id=
"apiFooter"
>
...
...
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