Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1066383
PhameBlogSkin.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
879 B
Referenced Files
None
Subscribers
None
PhameBlogSkin.php
View Options
<?php
abstract
class
PhameBlogSkin
extends
PhabricatorController
{
private
$blog
;
private
$baseURI
;
private
$preview
;
private
$specification
;
public
function
setSpecification
(
PhameSkinSpecification
$specification
)
{
$this
->
specification
=
$specification
;
return
$this
;
}
public
function
getSpecification
()
{
return
$this
->
specification
;
}
public
function
setPreview
(
$preview
)
{
$this
->
preview
=
$preview
;
return
$this
;
}
public
function
getPreview
()
{
return
$this
->
preview
;
}
final
public
function
setBaseURI
(
$base_uri
)
{
$this
->
baseURI
=
$base_uri
;
return
$this
;
}
final
public
function
getURI
(
$path
)
{
return
$this
->
baseURI
.
$path
;
}
final
public
function
setBlog
(
PhameBlog
$blog
)
{
$this
->
blog
=
$blog
;
return
$this
;
}
final
public
function
getBlog
()
{
return
$this
->
blog
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jun 29, 12:23 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
259361
Default Alt Text
PhameBlogSkin.php (879 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment