Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281687
PhutilDirectedScalarGraph.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
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
Mon, Mar 24, 00:40 (13 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114931
Default Alt Text
PhutilDirectedScalarGraph.php (411 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment