Searched refs:allowedComponentType (Results 1 – 6 of 6) sorted by relevance
| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | MultiSurface.php | 14 …tion __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Surface::… argument 16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
|
| D | MultiCurve.php | 14 …tion __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Curve::cl… argument 16 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
|
| D | Surface.php | 19 …tion __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Curve::cl… argument 21 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
|
| D | Collection.php | 27 * @param string $allowedComponentType A class the components must be instance of 34 $allowedComponentType = Geometry::class argument 41 if ($components[$i] instanceof $allowedComponentType) { 60 ' components, expected type is ' . $allowedComponentType
|
| D | Curve.php | 18 …ion __construct($components = [], $allowEmptyComponents = false, $allowedComponentType = Point::cl… argument 23 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
|
| D | MultiGeometry.php | 15 …tion __construct($components = [], $allowEmptyComponents = true, $allowedComponentType = Geometry:… argument 17 parent::__construct($components, $allowEmptyComponents, $allowedComponentType);
|