Phpml\Clustering\KMeans\Cluster::attachAll PHP Метод

attachAll() публичный Метод

public attachAll ( SplObjectStorage $points )
$points SplObjectStorage
    public function attachAll(SplObjectStorage $points)
    {
        $this->points->addAll($points);
    }