Ouzo\Db\FieldTransformer::__construct PHP Method

__construct() public method

public __construct ( $field, RelationFetcher $transformer )
$transformer RelationFetcher
    public function __construct($field, RelationFetcher $transformer)
    {
        $this->field = $field;
        $this->transformer = $transformer;
    }
FieldTransformer