Page MenuHomeSealhub

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

Event Timeline