Isswp101\Persimmon\Relationship\BelongsToRelationship::__construct PHP Метод

__construct() публичный Метод

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