Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121360007
PhutilLockException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 10, 07:03
Size
222 B
Mime Type
text/x-php
Expires
Sat, Jul 12, 07:03 (2 d)
Engine
blob
Format
Raw Data
Handle
27315065
Attached To
rPHU libphutil
PhutilLockException.php
View Options
<?php
final
class
PhutilLockException
extends
Exception
{
private
$hint
;
public
function
setHint
(
$hint
)
{
$this
->
hint
=
$hint
;
return
$this
;
}
public
function
getHint
()
{
return
$this
->
hint
;
}
}
Event Timeline
Log In to Comment