Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12661666
PhutilDirectedScalarGraph.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
411 B
Referenced Files
None
Subscribers
None
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
)));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 28, 15:47 (18 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1044404
Default Alt Text
PhutilDirectedScalarGraph.php (411 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment