Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120830179
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
Mon, Jul 7, 09:46
Size
222 B
Mime Type
text/x-php
Expires
Wed, Jul 9, 09:46 (2 d)
Engine
blob
Format
Raw Data
Handle
27221134
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