Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92894085
PhutilDirectedScalarGraph.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
Sun, Nov 24, 14:17
Size
411 B
Mime Type
text/x-php
Expires
Tue, Nov 26, 14:17 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22535843
Attached To
rPHU libphutil
PhutilDirectedScalarGraph.php
View Options
<?php
/**
* Concrete subclass of @{class:AbstractDirectedGraph} which can not load any
* data from external sources.
*/
final
class
PhutilDirectedScalarGraph
extends
AbstractDirectedGraph
{
protected
function
loadEdges
(
array
$nodes
)
{
throw
new
Exception
(
pht
(
'%s can not load additional nodes at runtime. Tried to load: %s'
,
__CLASS__
,
implode
(
', '
,
$nodes
)));
}
}
Event Timeline
Log In to Comment