Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101089150
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
Wed, Feb 5, 15:37
Size
222 B
Mime Type
text/x-php
Expires
Fri, Feb 7, 15:37 (2 d)
Engine
blob
Format
Raw Data
Handle
24092348
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