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

__construct() public method

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