Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Components
Posts
Controllers
PostsController
PHP Class Components\Posts\Controllers\PostsController
Inheritance:
extends
BaseControlle\BaseController
Mostra file
Open project: doptor/doptor
Public Methods
Method
Description
__construct
( )
category
(
$alias
)
index
( ) :
Response
Display a listing of the posts.
show
(
integer
$permalink
) :
Response
Display the specified post.
Method Details
__construct()
public
method
public
__construct
( )
category()
public
method
public
category
(
$alias
)
index()
public
method
Display a listing of the posts.
public
index
( ) :
Response
return
Response
show()
public
method
Display the specified post.
public
show
(
integer
$permalink
) :
Response
$permalink
integer
return
Response