Page MenuHomePhorge

PhutilDirectedScalarGraph.php
No OneTemporary

PhutilDirectedScalarGraph.php

<?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

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)

Event Timeline