Current Path : /var/www/ljmtc/cbt/lib/mlbackend/php/phpml/src/Phpml/Association/ |
Current File : /var/www/ljmtc/cbt/lib/mlbackend/php/phpml/src/Phpml/Association/Associator.php |
<?php declare(strict_types=1); namespace Phpml\Association; use Phpml\Estimator; interface Associator extends Estimator { }