Isswp101\Persimmon\Relationship\BelongsToRelationship::__construct PHP Method

__construct() public method

public __construct ( ElasticsearchModel $child, $parentClass )
$child Isswp101\Persimmon\ElasticsearchModel
    public function __construct(ElasticsearchModel $child, $parentClass)
    {
        $this->child = $child;
        $this->parentClass = $parentClass;
    }