Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F537568
PhabricatorDocumentEngineBlock.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
PhabricatorDocumentEngineBlock.php
View Options
<?php
final
class
PhabricatorDocumentEngineBlock
extends
Phobject
{
private
$blockKey
;
private
$content
;
private
$differenceHash
;
private
$differenceType
;
private
$isVisible
;
public
function
setContent
(
$content
)
{
$this
->
content
=
$content
;
return
$this
;
}
public
function
getContent
()
{
return
$this
->
content
;
}
public
function
setBlockKey
(
$block_key
)
{
$this
->
blockKey
=
$block_key
;
return
$this
;
}
public
function
getBlockKey
()
{
return
$this
->
blockKey
;
}
public
function
setDifferenceHash
(
$difference_hash
)
{
$this
->
differenceHash
=
$difference_hash
;
return
$this
;
}
public
function
getDifferenceHash
()
{
return
$this
->
differenceHash
;
}
public
function
setDifferenceType
(
$difference_type
)
{
$this
->
differenceType
=
$difference_type
;
return
$this
;
}
public
function
getDifferenceType
()
{
return
$this
->
differenceType
;
}
public
function
setIsVisible
(
$is_visible
)
{
$this
->
isVisible
=
$is_visible
;
return
$this
;
}
public
function
getIsVisible
()
{
return
$this
->
isVisible
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 8:09 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
119144
Default Alt Text
PhabricatorDocumentEngineBlock.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment