Isswp101\Persimmon\ElasticsearchModel::hasMany PHP Метод

hasMany() защищенный Метод

protected hasMany ( $class )
    protected function hasMany($class)
    {
        return new HasManyRelationship($this, $class);
    }