Isswp101\Persimmon\Relationship\HasManyRelationship::__construct PHP 메소드

__construct() 공개 메소드

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