Isswp101\Persimmon\ElasticsearchModel::hasMany PHP Method

hasMany() protected method

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