Example #1
0
 public function __construct(Neo4j\Client $client, $name, $slug, NodeSchema $start_schema, NodeSchema $end_schema, array $properties = null, array $options = null)
 {
     $this->end_schema = $end_schema;
     $this->start_schema = $start_schema;
     parent::__construct($client, $name, $slug, $properties, $options);
 }